Mac OS 10.8, xcode 4.4
When I want to execute the command :
dwarfdump –lookup 0x30f425e8 –arch armv7 XyzDemo.app.dSYM
I got the error : dwarfdump: command not found
Can anybody help me ? Thanks in advance !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use dwarfdump command, you need installed the Command Line Tools via Xcodes settings
Thanks Pfitz!