Question

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?

Was it helpful?

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top