Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Symbolicate crash file with dSYM and .ipa file

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 ?

like image 348
Dhara Patel Avatar asked Mar 23 '12 04:03

Dhara Patel


People also ask

How do you Symbolicate a dSYM?

If your app is published on the App Store or is available on TestFlight, you can get the dSYMs via App Store Connect. Select your app, go to TestFlight, select the build version, go to “Build Metadata,” and under “General Information,” you will find an “Includes Symbols” option where you can download the dSYM files.

Where are dSYM files stored?

Xcode creates the . dSYM file automatically for you when you use the Archive option. The created archive contains your app and its dSYM and is stored in ~/Library/Developer/xcode/Archives .


1 Answers

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

like image 199
Karthik T Avatar answered Oct 01 '22 03:10

Karthik T