Xcode Instruments - Zombies - 我在寻找什么?

时间:2012-08-23 19:08:23

标签: ios xcode instruments nszombie nszombieenabled

当我在Xcode中运行Project / Profile并选择“ Zombies ”时,该应用程序在启用了“NSZombie detection”的模拟器中运行。但是我该怎么想告诉我有问题呢?我看到的只是运行的分配工具和下面的统计数据。它实际上会向我显示检测到Zombie

1 个答案:

答案 0 :(得分:30)

您将在对象分配栏上方获得泄漏。 检查此图片; enter image description here

有关参考,请查看此video