Need some advise here. Can you recommend some tools or methods to detect memory leaks and more importantly check for ‘EXC_BAD_ACCES’ errors.
Is NSZombie recommended? I tried to use that was not able to run the malloc history.
Any advise is greatly appreciated!
Zhen Hoe
For memory leaks, you can use Instruments, comes with the Developer tools. Also, you can use “Analyze” to get XCode to show you any possible leaks (Cmd-Shift-B).