Skip to content

Instantly share code, notes, and snippets.

@xperienced
Created August 22, 2012 18:57
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save xperienced/3428363 to your computer and use it in GitHub Desktop.
Save xperienced/3428363 to your computer and use it in GitHub Desktop.
Symbolicate iOS crash report
#!/bin/sh
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 "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment