Last active
August 29, 2015 14:04
-
-
Save sanketfirodiya/4113cf197b38894c70d6 to your computer and use it in GitHub Desktop.
Symbolicate stack trace to objective-c source code
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" | |
alias symbolicate="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/symbolicatecrash -v" | |
symbolicate -o "AppCrash.txt" "CrashLog-E06B8427-F47D-487F-80B7-0D84733ED435-6032-000007E67F99442A.txt" "MyApp.app" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment