Skip to content

Instantly share code, notes, and snippets.

@Fykec
Forked from xperienced/symbolicate_crash.sh
Last active December 24, 2015 03:39
Show Gist options
  • Save Fykec/6738958 to your computer and use it in GitHub Desktop.
Save Fykec/6738958 to your computer and use it in GitHub Desktop.
Update symbolicatecrash dir for XCode 5
#!/bin/sh
export DEVELOPER_DIR="/Applications/XCode.app/Contents/Developer"
SYMBOLICATECRASH=`find /Applications/Xcode.app -name symbolicatecrash -type f`
${SYMBOLICATECRASH} -v "$1"
@Plixs
Copy link

Plixs commented Dec 4, 2013

its helpful,thx.

@smileEvday
Copy link

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment