Skip to content

Instantly share code, notes, and snippets.

@kakashysen
Created June 14, 2016 16:13
Show Gist options
  • Select an option

  • Save kakashysen/6ae8fa6870d2b1d0cbebd69aa836df6c to your computer and use it in GitHub Desktop.

Select an option

Save kakashysen/6ae8fa6870d2b1d0cbebd69aa836df6c to your computer and use it in GitHub Desktop.
How to symbolicate crash logs with Xcode
  1. Create a new folder MyFolder
  2. Find the correct .xcarchive
  3. Open the content package and copy the next file into MyFolder
  • Product/Applications/AppName
  • dSYMs/AppName.app.dSYM
  1. Copy the crash file into MyFolder
  2. Copy the symbolicatecrash into MyFolder, this file is in /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash
  3. run this command in the terminal export DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer"
  4. Run this command to symbolicate log symbolicatecrash my-crash-file.crash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment