XCode Instrumentation 中的“仅支持本地设备”是啥意思
Posted
技术标签:
【中文标题】XCode Instrumentation 中的“仅支持本地设备”是啥意思【英文标题】:What it means "Only Local Devices are supported" in XCode InstrumentationXCode Instrumentation 中的“仅支持本地设备”是什么意思 【发布时间】:2015-12-13 05:33:01 【问题描述】:我想通过 Instrumentation 为我的 iPhone 应用程序检查 共享内存。但我无法开始录制。它说仅支持本地设备
我正在使用 XCode 7.1 和我的 iPod ios 版本 8.1.3 。
【问题讨论】:
【参考方案1】:共享内存工具模板仅适用于 OSX 应用程序as described in the "Platforms" section of this reference page here。
这就是您看到“仅限本地设备”的原因。 “本地设备”是指您当前正在开发的 MacOS 机器。
【讨论】:
以上是关于XCode Instrumentation 中的“仅支持本地设备”是啥意思的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio中的Android Instrumentation测试和单元测试之间的区别?
instrumentation.retransformClasses() 抛出致命错误
Android:如何将 Instrumentation APK 安装到无头主机中的 AVD 上
iOS Instrumentation:如何解释内存分配模板?