Could not get crash report in Crashlytics / fabric. Showing error : "It looks like we are missing dSYMs to process crashes for the versions below."

Vineeth picture Vineeth · Oct 2, 2015 · Viewed 24.8k times · Source

Screenshot of fabric dashboard

Crash reports are not generated in fabric/ crashlytics for my iOS application. An error (as given in screenshot) is being displayed on fabric dashboard.

As instructed by fabric I tried to search the given UUIDs in spotlight from the machine where the fabric mac app is installed.(where I create build of app.) but could not get any results. Also tried to search using terminal with command : mdfind "com_apple_xcode_dsym_uuids == <UUID>” (as given in : http://support.crashlytics.com/knowledgebase/articles/376834-missing-dsyms ) but could not get any results there also.

Anybody had this issue before ? Any workarounds to resolve this ?

Answer

Aaleks picture Aaleks · Dec 18, 2015

I have after I complete the Fabric setup successfully into my app, the same issue,I tried every solution but the one that worked for me was:

  1. Go to Project settings of the project and target and set Debug Information Format to DWARF with dSYM File

Set the current config enter image description here