I need to implement terminateWithSuccess. I have tried this options unrecognized selector sent to instance and also
AppDelegate *myDelegate = [[[AppDelegate alloc]init]autorelease];
[myDelegate terminateWithSuccess];
any of you knows how can implement terminateWithSuccess without any error?
I really appreciate your help.