I'm trying to debug EXC_BAD_ACCESS on releasing pool.
So, I've enabled NSZombieEnabled, but now I'm getting another exception while my application starts: objc_getClassList returned more classes than it should have.
If I disable NSZombieEnabled, Application will start, but I am not able to debug EXC_BAD_ACCESS on releasing pool.
Any ideas how I can enable NSZombieEnabled without another exception about more classes?