Symbolicate crash file with dSYM and .ipa file
Asked Answered
C

2

5

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 ?

Coma answered 23/3, 2012 at 4:2 Comment(0)
A
6

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

Aylward answered 12/7, 2012 at 9:41 Comment(0)
A
3

Aside from xcode's tools, you can use atos: https://mcmap.net/q/80371/-symbolicating-iphone-app-crash-reports

Be sure to take slide into account as well: https://mcmap.net/q/81580/-ios-crash-reports-atos-not-working-as-expected

Avant answered 24/10, 2013 at 11:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.