0

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?

Rayfleck
  • 12,116
  • 8
  • 48
  • 74
ifnull
  • 239
  • 2
  • 6
  • Are you running unit test as part of the build? – Abizern Jan 31 '12 at 16:11
  • It's a problem with the test target http://stackoverflow.com/questions/4668894/occasional-errors-when-running-ocunit-application-test-suite-on-device – Abizern Jan 31 '12 at 16:23

0 Answers0