Skip to content

Instantly share code, notes, and snippets.

@sanketfirodiya
Last active August 29, 2015 14:04
Show Gist options
  • Save sanketfirodiya/4113cf197b38894c70d6 to your computer and use it in GitHub Desktop.
Save sanketfirodiya/4113cf197b38894c70d6 to your computer and use it in GitHub Desktop.
Symbolicate stack trace to objective-c source code
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