Search code examples
iphoneotool

What's the trick to use otool on the mac?


I want to see the headers of an application. I try this:

myMac:~ me$ /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/otool [-fahlLDtdorSTMRIHvVcXm] /Developer/Platforms/TheIPhoneApplication -f

The file is definitely there.

but it tells me "no file found". Any idea?


Solution

  • [-fahlLDtdorSTMRIHvVcXm] is definitely wrong here I believe you had something like this in mind:

    /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/otool -f /Developer/Platforms/TheIPhoneApplication