本文介绍了在Mac上使用otool的诀窍是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想查看应用程序的标题.我尝试这个:
I want to see the headers of an application. I try this:
文件肯定在那里.
但是它告诉我未找到文件".有什么主意吗?
but it tells me "no file found". Any idea?
推荐答案
[-fahlLDtdorSTMRIHvVcXm]在这里肯定是错误的我相信您的想法是这样的:
[-fahlLDtdorSTMRIHvVcXm] is definitely wrong hereI believe you had something like this in mind:
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/otool -f /Developer/Platforms/TheIPhoneApplication
这篇关于在Mac上使用otool的诀窍是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!