Skip to content

Instantly share code, notes, and snippets.

@incanus
Created September 19, 2011 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save incanus/1227259 to your computer and use it in GitHub Desktop.
Save incanus/1227259 to your computer and use it in GitHub Desktop.
symbolicate a stack trace snippet from TestFlight crash reports
cat ~/Desktop/crash1.log | awk '{ print $3 }' | xargs atos -arch armv7 -o MapBox.app.dSYM/Contents/Resources/DWARF/MapBox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment