Is NSZombiesEnabled supported when debugging applications built with a target of the iPhone SDK 3.x?
Also if it is supported, is there anywhere I can get a list of the possible levels supported?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it is supported for both device and simulator.
It’s “NSZombieEnabled” though (not Zombies). You set it by right-clicking on the executable and selecting the General then Environments section – set the value to “YES”. If you want to disable it (and you do for any production build) uncheck the variable.