ios - 我无法在 xcode 中运行仪器

标签 ios xcode instruments xcode-instruments

我是仪器和 ios 开发的新手。我有这个应用程序,我想在仪器中测试它,看看它是如何在我的应用程序中设置的,但是每当我在这里选择一个仪器时,我都无法在我的机器上运行任何仪器 enter image description here

它指引我去做

enter image description here

然后当我选择一个时,弹出这个提示

enter image description here

谁能帮帮我?提前致谢。

最佳答案

尝试从一个术语运行这个命令:

sudo chmod a+rwxt /Library/Caches/com.apple.dt.instruments

看看"Unable to Profile as *.tracetemplate "could not be opened."

关于ios - 我无法在 xcode 中运行仪器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32652594/

相关文章:

ios - iPad App 运行缓慢,一段时间后崩溃

ios - indexpath 处行的高度不适用于自定义 uitableviewcell

ios - Cordova 覆盖 iPhone 启动画面

ios - MBProgressHud - 仅在一个选项卡中操作?

objective-c - 如何在不阻塞 UI 的情况下高效地从 Web 服务器请求数据?

c - C 中的双重间接内存泄漏(可能)

ios - Xcode仪器: Memory Terms Live Bytes and Overall Bytes (Real Memory) confusion

ios - ACAccountStore 请求AccessToAccountsWithType :options:completion:accountStoreHandler returns granted = NO immediately

ios - Xcode 快疯了!在编码时,丢失类、引用并且不会自动完成,经常给出 <<error type>>

ios - 我应该如何处理静态库中的依赖项?