Referring to this post: Crashlytics not reporting crash in Release mode :
I have done every single change the original poster has mentioned already including the changes mentioned in the answer but I still can't get crashes to be displayed in the dashboard for release.
The only difference is that I am using Jenkins to make my release builds. If I run the app locally from Xcode (and of course stop Xcode and restart the app on its own so the debugger doesn't get in the way), reports are being recorded and displayed just fine.
I have also implemented the Crashlytics Delegate method to make sure the crash is indeed being logged and it is. It just never shows up in the dashboard if it is a Jenkins build.
Would anyone have any insight on what might be happening?