Reputation: 79
My app crashes with a EXC_BAD_ACCESS message. I enabled NSZombie objects, however that caused a 'terminated due to memory pressure' error - even in debug mode.
I also saw the video http://www.markj.net/iphone-memory-debug-nszombie/, but I'm using Xcode 6.0.1 and it doesn't have any option within Instruments as indicated in the video to enable Zombies from there.
I have enabled exception breakpoints.
Is there any other way to deal with EXC_BAD_ACCESS, or anything I'm missing?
Upvotes: 0
Views: 144