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

2019-06-07 04:59发布

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?

标签: iphone otool
1条回答
smile是对你的礼貌
2楼-- · 2019-06-07 05:03

[-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
查看更多
登录 后发表回答