iosxcodedownloadxcode-organizerdsym

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


Solution

  • 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.