Mac OS 10.8, xcode 4.4
When I want to execute the command: dwarfdump --lookup 0x30f425e8 --arch armv7 XyzDemo.app.dSYM
I got an error: dwarfdump: command not found
Can someone help me? Thanks in advance!
Use the dwarfdump command, you need to install the command line tools using the Xcodes settings
Thanks Pfitz!