Upload missing dSYMs to see crashes

If you are using Firebase Crasyltics in your app and if bitcode is enabled then you might see this message

“Upload missing dSYMs to see crashes” when trying to view reported crash in Firebase Crashlytics. In order the see the stack trace, you can try uploading the dSYMs files.

Compress .dSYMs files.

  • Launch Xcode Organizer.
  • Select the App on the Right hand side and navigate to the version which caused the crash.
  • Right click on the version and select Show in Finder.

  • Right click the archive file and select “Show Package Contents”.
  • Copy all the dSYMs files to another location.
  • Compress the file and upload the compress file to Firebase to see see the stack trace.

iTunesConnect

Another option is to download dSYMs files from iTunes Connect.

Select your App -> Activity section -> Select the Version -> Download dSYSM


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.