Official Address
Http://developer.apple.com/iphone/library/technotes/tn2008/tn2151.html#SYMBOLICATION
Actual Operation:
When youProgramWhen the crash occurs, its crash log is stored in the/var/mobile/library/logs/crashreporter of the iPhone, and then the latest crash log information of your program is selected, copy the file to the location where your symbolicatecrash is located (this makes it easier for you to operate the file)
* ** Declare the location information of symbolicatecrash **
2.0 storage location
<Pai_tools_install_location>/platforms/iphoneos. Platform/developer/library/xcode/plug-ins/iphoneremotedevice. xcodeplugin/contents/resources/
The storage location of 3.0 has changed:
/Developer/platforms/iphoneos. Platform/developer/library/privateframeworks/dtdevicekit. Framework/versions/A/Resources
You 'd better take thisUnder the symbolicatecrash file sudo CP (**)/symbolicatecrash/usr/bin, it's just for your personal convenience. Of course you can stop copying it.
After you have prepared the preceding operations
Then you can execute the script information.
SymbolicatecrashReport. Crash restart elines. App. dsym | less
In this way, you can specify the crash location.