objective c - iPhone App Crashing - NSZombie Output Issue -



objective c - iPhone App Crashing - NSZombie Output Issue -

my application crashing when utilize popviewcontroller. when using nszombie following:

2011-07-15 13:20:03.334 question[27412:207] *** -[cfstring release]: message sent deallocated instance 0x4c8a090

i'm not exclusively sure how interpret or how find instance beingness referred to...

the app crashes when add together next line:

-(void) finishquestionnaire:(id)sender{ //go main manual [self.navigationcontroller popviewcontrolleranimated:yes]; }

i don't think problem, think whatever loading problem...

it seems over releasing object(nsstring) ie., releasing released object. see if have released string somewhere already.

iphone objective-c ios xcode nszombieenabled

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -