terminateWithSuccess を実装する必要があります。インスタンスに送信されたこのオプションの認識されないセレクターを試しました
AppDelegate *myDelegate = [[[AppDelegate alloc]init]autorelease];
[myDelegate terminateWithSuccess];
エラーなしで terminateWithSuccess を実装する方法を知っている人はいますか?
本当にありがとうございました。
terminateWithSuccess を実装する必要があります。インスタンスに送信されたこのオプションの認識されないセレクターを試しました
AppDelegate *myDelegate = [[[AppDelegate alloc]init]autorelease];
[myDelegate terminateWithSuccess];
エラーなしで terminateWithSuccess を実装する方法を知っている人はいますか?
本当にありがとうございました。