问题描述
安装Xcode5软件包时出现问题。我正在使用Mavericks - 不确定这是否相关。
Problem started when installed Xcode5 bundle. I'm using Mavericks - not sure if that is relevant.
无法在模拟器中分析分配。
仪器将在模拟器中加载并启动应用程序但不是分配日志我看到:
Cannot profile allocations in simulator.Instruments would load and start app in the simulators but instead of allocations log I see this:
有没有人遇到这个问题?
Did anyone face this problem?
推荐答案
得到此错误:
如果模拟器设置为iPhone(iOS6),并且主动方案是iOS7,那么我也会收到此错误。
Also got this error:If the simulator was set to "iPhone" (iOS6), and active scheme was iOS7, then I got this error as well.
解决方案:
因此要么将活动方案设置为iOS6设备,要么将模拟器中的硬件更改为iOS7设备。
Solution:So either set your active scheme to an iOS6 device, or change hardware in the simulator to an iOS7 device.
这篇关于Xcode Instruments错误:“未按时加载分配跟踪库”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!