When I launch the connected iPad, I can enable NSZombieEnabled through "Enable Zombie Objects" or by passing NSZombieEnabled as an environment variable. However, I cannot create assemblies (i.e. the View that you archive and distribute ad-hoc) with NSZombie enabled.
How to enable NSZombieEnabled to create archive versions?
The code I use to determine if it is included inside the code: (getenv("NSZombieEnabled") || getenv("NSAutoreleaseFreedObjectCheckEnabled"))
source share