Created
December 5, 2012 20:21
-
-
Save trungtran/4219158 to your computer and use it in GitHub Desktop.
iOS - Symbolicate Crash (Xcode 4.5.1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export DEVELOPER_DIR="/Applications/XCode.app/Contents/Developer" | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecrash -A -v [crashlog-filename] MyApp.dSYM |
Xcode 5 path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/symbolicatecrash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there is no -A option. Instead use -o.