Questions tagged [nszombieenabled]

NSZombieEnabled is an Apple OS-specific (OSX and iOS) boolean reference to whether the zombie process has been enabled. See NSZombie for information about the Apple OS-specific zombie process.

NSZombieEnabled is an Apple OS-specific (OSX and iOS) boolean reference to whether the zombie process has been enabled. See NSZombie for information about the Apple OS-specific zombie process.

In Xcode 4, this feature can be activated by choosing edit scheme, then choosing the arguments tab, then adding NSZombieEnabled and the value YES to the Environment Variables section.

42 questions
0
votes
1 answer

Core Plot Bar Graph Library crashing in iOS 8

I have integrated CorePlot bar graph library in my project but my graph is crashing , due to memory leak , I have enabled NSZombieEnabled aswell but it is crashing as my crash log as below. * thread #1: tid = 0x38f7f, 0x0529a2e0…
user366584
  • 1,016
  • 1
  • 16
  • 34
0
votes
0 answers

Error message while uploading iOS app

I wanted to upload an iOS app, but I got this error: Your app contains non-public API usage. Please review the errors, correct them, and resubmit your application. The app references non-public symbols in xxx.app/xxx: NSZombieEnabled I've…
user2545571
0
votes
3 answers

Fails to distribute my app: “Your app contains non-public API usage.”

When I upload my app to App Store, there is following error: Your app contains non-public API usage. Please review the errors, correct them, and resubmit your application. The app references non-public symbols in Payload/XXX.app/XXX:…
0
votes
1 answer

EXC_BAD_ACCESS code=2 address=0x0

I am using a UIActivityViewController in my app, and I am getting a EXC_BAD_ACCESS code=2 crash on iOS 6, but not iOS 7. Here is the code: NSArray *activityItems; NSString *shareText = [NSString stringWithFormat:NSLocalizedString(@"Listen to",…
Chandler De Angelis
  • 2,646
  • 6
  • 32
  • 45
0
votes
2 answers

Core data, faulting, and NSZombieEnabled = EXC_BAD_ACCESS

So, I have this problem, my app plays audio, and it stored the playback position whenever paused is triggered, either by tapping a button, or selecting other track. When the latter happen, I programatically call pause: and set 0.5 sec delay before…
marko
  • 1,721
  • 15
  • 25
0
votes
0 answers

can not get clue from zombie about a crash

I am getting this error from the console [Not A Type _cfTypeID]: message sent to deallocated instance I also enalbe zombie in Diagonotics but can not get any hint what the error is. My xcode is hung and throwing me the message below : and zombie…
tranvutuan
  • 6,089
  • 8
  • 47
  • 83
0
votes
0 answers

Adobe AIR IOS NSZombieEnabled

I am trying to resolve a memory issue with my adobe air ios app and am having quite a bit of trouble. I have read in forums etc that the best way to try to find memory issues in ios is to set NSZombieEnabled. I was wondering if there is any way…
Bynho
  • 572
  • 6
  • 16
0
votes
1 answer

NSZombiEnabled settings

I am trying to check NSZombieEnabled is working in my code. I've the following settings : and I've the following code in didFinishLaunchingWithOptions NSString *string = nil; [string release]; string = @"abc"; but, there is no error…
anotherCoder
  • 712
  • 3
  • 11
  • 25
-1
votes
1 answer

iOS Memory Management issue

I know there are lots of questions to do with this already, and I've tried to follow them but I still can't work out what the problem is. I've enabled NSZombiesEnabled, and I get the error message: 2011-08-15 23:13:12.368 appName[3926:207] ***…
Pete
  • 4,542
  • 9
  • 43
  • 76
-1
votes
1 answer

In what situation will a NSZombie be created in an ARC environment?

In what situation will a NSZombie be created in an ARC environment? That is, in ARC environment, how can an object be accessed or over-released after released?
allenlinli
  • 2,066
  • 3
  • 27
  • 49
-1
votes
1 answer

NSZombieEnabled not working

I've set NSZombieEnabled to YES in my scheme but still no debug info. I am using Xcode 4.6.3. I've read this question but it does not solve my issue: NSZombie Enabled but Still No Debug Info. Here is the crash log, -[MODELNode nodeList]:…
Adi
  • 197
  • 5
  • 16
-2
votes
1 answer

NSZombieEnabled: Can it cause an app to crash

If you deploy with NSZombieEnabled could it have adverse affects on your app?
PruitIgoe
  • 6,166
  • 16
  • 70
  • 137
1 2
3