Skip to content

Instantly share code, notes, and snippets.

@Plixs
Forked from Fykec/symbolicate_crash.sh
Created December 4, 2013 02:24
Show Gist options
  • Save Plixs/7781241 to your computer and use it in GitHub Desktop.
Save Plixs/7781241 to your computer and use it in GitHub Desktop.
#!/bin/sh
export DEVELOPER_DIR="/Applications/XCode.app/Contents/Developer"
SYMBOLICATECRASH=`find /Applications/Xcode.app -name symbolicatecrash -type f`
${SYMBOLICATECRASH} -v "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment