Symbolicate crash file with dSYM and .ipa file

16,205

Solution 1

This may be too late.. but i saw the method in another link that i am now trying to find :P

  • Rename your .ipa file to .zip
  • Open the zip file to extract the app
  • now run symbolicatecrash script or delete the .symbolicated folder
  • and restart xcode

if not helpful to you, hope this helps others.

Edit: found the place Symbolicating iPhone App Crash Reports

Solution 2

Aside from xcode's tools, you can use atos: https://stackoverflow.com/a/4954949/312725

Be sure to take slide into account as well: https://stackoverflow.com/a/13576028/312725

Share:
16,205
Dhara Patel
Author by

Dhara Patel

Updated on June 04, 2022

Comments

  • Dhara Patel
    Dhara Patel almost 2 years

    Is there any concreate way to symbolicate crash logs from my app, i have following things

    • dSYM file
    • .ipa Application file
    • myapp.crash

      -

    • I have tried symbolicatecrash script but it does not work somehow
    • Xcode does not work also i have Xcode 4.3
    • I even tried system 'atos' command but it gives me some c or c++ file

    I dont have build file in my archive is it because of that, because app was build in different machine ?