Updated: Tracking Down EXC_BAD_ACCESS Errors with NSZombieEnabled in Xcode 4
No frills, just the latest news from hundreds of the best sources.
Updated: Tracking Down EXC_BAD_ACCESS Errors with NSZombieEnabled in Xcode 4
Jan 27, 2012 4:04 am
In a previous post Tracking Down EXC_BAD_ACCESS Errors with NSZombieEnabled I explained how the environment variable NSZombieEnabled can help track down EXC_BAD_ACCESS errors, which are typically caused by attempting to access objects that have already been released. With Xcode 4 the process for setting the variable is different than in earlier versions of Xcode. To [...]