我刚刚从4.2更新到Xcode4.3,"Instruments“已经不在了。
我试图从Launchpad运行它,但被告知这是不可能的,因为Instruments在垃圾桶中。
Xcode 4.3卸载了4.2,但它似乎没有安装新版本的Instruments。
发布于 2012-03-03 06:23:50
您可以从Xcode中启动Instruments。它不再位于/Applications/Xcode.app/Contents/Developer.的/Developer文件夹中
从菜单栏中,选择Xcode >打开开发人员工具>工具。

发布于 2012-05-23 11:19:33
如果你的目标是使用Instruments分析你的代码,那么从你的项目中选择菜单" profile“,然后Xcode启动Instruments。


https://stackoverflow.com/questions/9541153
复制相似问题