Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを試しましたが、プログラムがクラッシュしました。
- (void)windowWillClose:(NSNotification *)notification { [modalWindow orderOut:self]; [NSApp stopModal]; }
ほとんどの場合、モーダルウィンドウは有効なオブジェクトを指していません。これが、これら2行でクラッシュする唯一の明らかなことです。ヘルプを求める前に、デバッガーを使用して、デバッガーがクラッシュする理由を詳しく調べることができるはずです。