Created
December 23, 2016 14:24
-
-
Save vineetchoudhary/352a895168c7be79b62a4508eefd9b93 to your computer and use it in GitHub Desktop.
Symbolicate a crash report of a Mac OS X app
This file contains hidden or 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
#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