在 XCode Instrumentation 中 "Only Local Devices are supported" 是什么意思

What it means "Only Local Devices are supported" in XCode Instrumentation

我想通过 Instrumentation 为我的 iPhone 应用程序检查 Shared Memory。但是我无法开始录制。它说只支持本地设备

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

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

这就是您看到 "local devices only" 的原因。 "local devices" 表示您当前正在开发的 MacOS 机器。