Dwarfdump command not found

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!

+4
source share
1 answer

enter image description here

Use the dwarfdump command, you need to install the command line tools using the Xcodes settings

Thanks Pfitz!

+4
source

All Articles