As I understand there are 2 ways of checking for Zombies
in Xcode 4
, first is the traditional way of setting NSZombieEnabled
in the Environment Variables
, and setting it to "YES", and the other way is Enabling Zombie Objects
in the Diagnostics
section of the a scheme.
Is there any difference between these 2 ways?
Thanks Reza
Nope no difference they are pretty much the same, checking the checkbox
Enabling Zombie Objects
will makeNSZombieEnabled = YES