Created
August 22, 2012 18:57
-
-
Save xperienced/3428363 to your computer and use it in GitHub Desktop.
Symbolicate iOS crash report
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
#!/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