Guest User

Untitled

a guest
Jul 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. 1. download the crash log, dSYM, and place in the same directory
  2.  
  3. 2. copy the `symbolicatecrash` executable from Xcode tools and place in the directory in step 1 (or create an alias pointing to it)
  4.  
  5. 3. set the environment variable for the developer directory
  6. > export DEVELOPER_DIR=$(xcode-select --print-path)
  7.  
  8. 4. run the `symbolicatecrash` with arguments to the crash log and dSYM
  9. > ./symbolicatecrash -v [crashfilename].crash [appname].app.dSYM
Add Comment
Please, Sign In to add comment