gpt4 book ai didi

ios - swift 设置值 :forUndefinedKey:]: this class is not key value coding-compliant for the key

转载 作者:行者123 更新时间:2023-11-28 18:09:07 29 4
gpt4 key购买 nike

我从我的 Xcode 项目中手动删除了 Alamofire POD 并且从这一次开始,我在任何 UIButton 上的一些 UIViewControllers 中出现了错误IBOutlet 添加。

我有以下错误:

Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key btListOrdo

我试图创建一个新的 UIViewController 并将其链接到我的 StoryBoard 但我遇到了同样的错误....

我正在添加以下 IBOutlet

@IBOutlet weak var btListOrdo: UIButton!

请注意,在删除 POD 之前,这些链接可以正常工作,我可能删除了一些强制性的内容,但我找不到它。

这是我的按钮引用 socket 的屏幕截图:

enter image description here

我还尝试清理项目、清理构建文件夹、删除派生数据、重置模拟器的内容和设置,但结果相同......

最佳答案

好吧,我刚刚遇到了同样的问题,这是因为有多个目标。我不明白为什么它在某些情况下可以完美运行,而在其他情况下却不能。问题实际上与 View Controller 上的模块定义有关,我猜这可以解释为什么当您完全重新创建 Controller 时,问题似乎神奇地得到了解决。在我的模块上,我将模块设置为我的目标之一,因此当我运行第二个目标时,它没有关联。如果您有多个目标,请确保清空崩溃的 VC 上的模块框(在您的 Storyboard上)并勾选从目标继承模块。

希望对你有帮助

enter image description here

关于ios - swift 设置值 :forUndefinedKey:]: this class is not key value coding-compliant for the key,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38308329/

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