Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download dSYMs from Xcode Organizer i get this error "Missing App Record"

I try to download symbols to debug a crash log that send me a client (ipa signed with ad hoc distribution), but when I click "Download dSYMs" in Organizer I get this error:

Download dSYMS" generate the error Missing app Record

like image 597
christian mini Avatar asked May 02 '16 14:05

christian mini


People also ask

How do I download dSYMs?

Download dSYM files using Xcode's app archive Open the Xcode Organizer: From the Xcode menu, select Window > Organizer > Archives > (select a mobile app). From Version, select the archive that matches the app version (listed first) and build number (following the app version in parentheses). Select Download dSYMs.

How do I add dSYM to Xcode?

From the Mobile App menu, click Configuration. Click Mobile App Configuration >. From dSYM Mappings, click Upload dSYM package file for iOS crashes. From the XCode dSYM package upload dialog, click Choose File.

What is dSYMs file?

A dSYM file is a debug symbol file generated by Apple Xcode and has all the debugging information for the particular crash. They are useful for re-symbolicating the crash reports.


1 Answers

You can get symbols dSym directly from the xarchive:

  1. Right click on the .xcarchive from organizer
  2. Select "Show in finder" right click on file
  3. Select 'Show Package Contents' the dSYMs folder is there

As suggested by comments I've answered to my question.

like image 130
christian mini Avatar answered Oct 18 '22 22:10

christian mini