ios - XCode Instrumentation 中的 "Only Local Devices are supported"意味着什么

标签 ios xcode-instruments

我想通过 Instrumentation 检查我的 iPhone 应用程序的共享内存。但我无法开始录音。它说仅支持本地设备 enter image description here

我正在使用 XCode 7.1 和我的 iPod iOS 版本 8.1.3 。

最佳答案

共享内存工具模板仅适用于 OSX 应用程序,as described in the "Platforms" section of this reference page here

这就是您看到“仅限本地设备”的原因。 “本地设备”是指您当前正在开发的 MacOS 计算机。

关于ios - XCode Instrumentation 中的 "Only Local Devices are supported"意味着什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34248310/

相关文章:

iphone - 我无法在功能完成之前隐藏按钮并设置图像

ios - 给 UITextView 一个可点击的 URL 链接

ios - 故意在 UICollectionView 单元格内加载具有随机延迟的 imageview

xcode - 在 hackintosh 上使用 Xcode Instruments

ios - 如何在 AFNetworking 中获取状态码

ios - 我收到此错误 : "The item you try to buy is no longer available" when redeeming my promo-codes

ios - NSMutableRequest 对象主体的分配数据未被释放

ios - 泄漏仪(iOS)发现的内存泄漏

ios - 在 Instruments 中录音时应用程序崩溃

ios - UICollectionview 加载单元格时滚动不连贯