Created
July 8, 2016 06:17
-
-
Save depth42/e0da81f3a7b4e249c102ad1e832033af to your computer and use it in GitHub Desktop.
How to manually symbolicate crash logs from dSYMs in Terminal.app
This file contains 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
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