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
I get this error:
ReplyDelete./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!