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

ⅰ亾dé卋堺 提交于 2019-12-23 01:45:10

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!