问题
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?
回答1:
[-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
来源:https://stackoverflow.com/questions/1229018/whats-the-trick-to-use-otool-on-the-mac