How to use NSzombie in xcode?

Rahul Vyas picture Rahul Vyas · Jul 31, 2009 · Viewed 23.5k times · Source

I have an app that is crashing with no error tracing. I can see part of what is going on if I debug, but can't figure out which object is "zombie-ing".

Does anybody know how to enable NSZombie in Xcode 4?

Answer