gpt4 book ai didi

objective-c - Storyboard不包含标识符为 'MainWindow' 的 Controller

转载 作者:太空狗 更新时间:2023-10-30 03:35:10 25 4
gpt4 key购买 nike

我正在尝试实例化一个 NSWindowController来 self 的 OS X 应用程序中的 Storyboard:

NSWindowController *mainWindowController = [[NSStoryboard storyboardWithName:@"Main" bundle:nil] instantiateControllerWithIdentifier:@"MainWindow"];

但这就是我得到的:

Storyboard (<NSStoryboard: 0x618000008500>) doesn't contain a controller with identifier 'MainWindow' .

但是在 Storyboard中:

enter image description here

设置好了。不,没有其他 Storyboard。是的,我已经尝试清理项目和构建文件夹,但没有任何变化。

为什么会出现此错误?

更新:我正在构建我的应用程序,返回 Storyboard,我看到 Storyboard ID 未设置:

enter image description here

Storyboard ID 如何自行取消设置?

最佳答案

这绝对是 Xcode 的一个错误。重新启动 Xcode 解决了问题。

关于objective-c - Storyboard不包含标识符为 'MainWindow' 的 Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35379298/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com