内存泄漏仪器警告

时间:2013-10-21 07:55:12

标签: iphone ios xcode ipad xcode-instruments

Leaks will report false positives while the environment variable NSZombiesEnabled is active

我已从环境变量中的Debug run time参数中删除了NSZombiesEnabled。

3 个答案:

答案 0 :(得分:3)

在我的项目中,没有选中Enable Zombie Objects选项,但是当我禁用“使用运行操作的argumments ...”选项时,对我有效。

答案 1 :(得分:2)

在我的情况下,我不得不在Profile方案中关闭NSZombieEnabled。

enter image description here

答案 2 :(得分:1)

在您的计划中 - >编辑方案 - >诊断 - >启用Zombie Objects设置为关闭?

enter image description here