Skip to content

Instantly share code, notes, and snippets.

@depth42
Created July 8, 2016 06:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save depth42/e0da81f3a7b4e249c102ad1e832033af to your computer and use it in GitHub Desktop.
Save depth42/e0da81f3a7b4e249c102ad1e832033af to your computer and use it in GitHub Desktop.
How to manually symbolicate crash logs from dSYMs in Terminal.app
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
/Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash [path to crashlog file] [paths to dSYMs]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment