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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -