Thursday, April 1, 2010

Run symbolicatecrash from command prompt on any .crash file for your iPhone apps

1. copy symbolicatecrash from /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/ to a folder in desktop

2. copy the .app and .dSYM and .crash to the same folder

3. then run: ./symbolicatecrash .crash .app

1 comment:

  1. I get this error:

    ./symbolicatecrash failedstart.crash ScanBizCards.app.dSYM
    Can't understand the output from otool ( -> '\/Developer\/Platforms\/iPhoneOS\.platform\/Developer\/usr\/bin\/otool -arch armv7 -l /Users/patrickq/Projects/icr/OCR/newOCR/build/Debug-iphonesimulator/ScanBizCards.app/ScanBizCards') at ./symbolicatecrash line 301.

    Any ideas?

    Thanks!

    ReplyDelete