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 inst
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.
Go to Window Menu -> Organizer in Xcode.
Select the right version of build and click on the button "Download Debug Symbols" on the right panel
Right Click on right version of build and select show in Finder.
Select .xcarchieve file then right click on that and click on Show Package contents
Then Go to **dSYMs folder** and select .dSYM file and compress that file.
Now Final Step is to upload compressed file on fabric.
And then you can get crash report of build.