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

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


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 configenter image description here


You can get crash reports by generating dSYMs file for particular version of build and upload it on crashlytics.

Follow below steps to generate dSYMs file.

  1. Go to Window Menu -> Organizer in Xcode.

  2. Select the right version of build and click on the button "Download Debug Symbols" on the right panel

  3. Right Click on right version of build and select show in Finder.

  4. Select .xcarchieve file then right click on that and click on Show Package contents

  5. Then Go to **dSYMs folder** and select .dSYM file and compress that file.

  6. Now Final Step is to upload compressed file on fabric.

And then you can get crash report of build.


I got the answer finally :

I went into iTunes Connect > My Apps > Activity > Clicked on build missing dSYM > Download dSYM.Once downloaded add .zip extension at end (not sure why .zip is not showing by apple) and was able to unzip it. In this folder I was able to find the missing dSYM requested by fabric, then upload it to fabric.

it will take a few minutes to process a dSYM. In my case it took 24 hours to re-symbolicate crash report.