Skip to content

Instantly share code, notes, and snippets.

@xperienced
xperienced / symbolicate_crash.sh
Created August 22, 2012 18:57
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"