I am having a error that is tough to find/fix. The error is *** -[NSConcreteData release]: message sent to deallocated instance 0xdee4440
I followed this post to enable zombies within my application: How do I set up NSZombieEnabled in Xcode 4?
I have the "All Exceptions" breakpoint set. As well as the "malloc_error_break" and "-[_NSZombie methodSignatureForSelector:]" symbolic breakpoints.
my stack trace looks like:
0 ___forwarding___
1 _CF_forwarding_prep_0
2 objc_release
Is there anyway to generate a better stack trace? or stop on the line of code that is the culprit?