标签: ios xcode-instruments
我想通过Instrumentation检查我的iPhone应用程序的共享内存。但我无法开始录音。它表示仅支持本地设备
我正在使用XCode 7.1和我的iPod iOS版本8.1.3。
答案 0 :(得分:3)
共享内存工具模板仅适用于OSX应用程序as described in the "Platforms" section of this reference page here。
这就是为什么你只能看到"本地设备"。通过本地设备",它们意味着您目前正在开发的MacOS设备。