Top "Nszombie" questions

NSZombie is an Apple OS-specific (OSX and iOS) tool for debugging issues with reference-counting.

How to enable NSZombie in Xcode?

I have an app that is crashing with no error tracing. I can see part of what is going on …

xcode nszombie
How do I set up NSZombieEnabled in Xcode 4?

How do I set up NSZombieEnabled and CFZombieLevel for my executable in Xcode 4?

objective-c xcode xcode4 nszombie
What is NSZombie?

I've seen suggestions saying to set NSZombieEnabled to true while debugging. What is NSZombie? Is it a framework? A setting?

ios iphone objective-c nszombie
How do I debug EXC_BAD_ACCESS code=2 while using ARC

I see alot of threads on here about how to solve the EXC_BAD_ACCESS code=2, and the consensus seems …

ios xcode debugging nszombie
How to use NSzombie in xcode?

I have an app that is crashing with no error tracing. I can see part of what is going on …

objective-c iphone xcode memory-management nszombie
In App Purchase Crashes on [[SKPaymentQueue defaultQueue] addPayment:payment]

My In-App-Purchases work. I present a ModalView with a "Buy" UIButton. You click the button and the In App Purchase …

iphone crash in-app-purchase nszombie
Xcode Instruments - Zombies - what am I looking for?

When I run Project/Profile in Xcode and choose "Zombies", the app runs in the simulator with "NSZombie detection" enabled. …

ios xcode instruments nszombie nszombieenabled
iOS libsystem_c.dylib strdup memory leak NSZombie not working

Please help me track down an iOS memory leak. Thanks! I'm using xCode 4.0.1 and I tried to activate NSZombie to …

objective-c ios memory-leaks instruments nszombie
How to debug EXC_BAD_ACCESS that occurs only on release target for an iPhone app?

I'm developing an iPhone application. I have an EXC_BAD_ACCESS that occurs only in the release target; when I …

iphone gdb nszombie
How to set environment variables in iPhone executable using XCode 4?

Since switching to XCode 4, I have been having issues finding how to set environment variables (such a NSZombies) in iPhone …

xcode environment-variables xcode4 nszombie nszombieenabled