Skip to content

Instantly share code, notes, and snippets.

@vineetchoudhary
Created December 23, 2016 14:24
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 vineetchoudhary/352a895168c7be79b62a4508eefd9b93 to your computer and use it in GitHub Desktop.
Save vineetchoudhary/352a895168c7be79b62a4508eefd9b93 to your computer and use it in GitHub Desktop.
Symbolicate a crash report of a Mac OS X app
#Ref http://stackoverflow.com/a/18354072/317461
#Put your release build and your .dSYM file in the same directory and open terminal
$cd directory
$lldb MyApp.app
(lldb) image lookup -v --address 0x00085f3c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment