When I run with a connected iPad, I can enable NSZombieEnabled via "Enable Zombie Objects" or by passing NSZombieEnabled as an Environment Variable. However, I cannot seem to produce builds (i.e., the kind you archive and distribute ad-hoc) with NSZombie enabled.
How can I enable NSZombieEnabled for archive release builds?
The code I am using to determine if it's enabled from within the code is: (getenv("NSZombieEnabled") || getenv("NSAutoreleaseFreedObjectCheckEnabled"))