
NSZombieEnabled Trouble in setting
How can i set the NSZombieEnabled in iPhone application to track unmanaged memory?

You can set the NSZombieEnabled in your project ..find the steps given below.
1) Open your project and in your "Group & Files" (left window of Xcode) search for Executables. Expand it and double click on your project (i.e. yourProjectName).
2) It will open up a pop over window. In the popover window select "Arguments"
and in
Variable to be set in the environment
3) add a new item "NSZombieEnabled" and Value to "YES"
4) Check the chekbox item.
It will set the NSZombieEnabled in your project.

You can set the NSZombieEnabled in your project ..find the steps given below.
1) Open your project and in your "Group & Files" (left window of Xcode) search for Executables. Expand it and double click on your project (i.e. yourProjectName).
2) It will open up a pop over window. In the popover window select "Arguments"
and in
Variable to be set in the environment
3) add a new item "NSZombieEnabled" and Value to "YES"
4) Check the chekbox item.
It will set the NSZombieEnabled in your project.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.