How do I set up NSZombieEnabled and CFZombieLevel for my executable in Xcode 4?
NSZombieEnabled
CFZombieLevel
In Xcode > 4.3:
You click on the scheme drop down bar -> edit scheme -> arguments tab and then add NSZombieEnabled in the Environment Variables column and YES in the value column.
Good Luck !!!