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]; }
最有可能的是,modalWindow 没有指向一个有效的对象。这是在这两行中唯一明显会崩溃的事情。在寻求帮助之前,您应该能够使用调试器来了解有关崩溃原因的更多信息。