关于我在新课程中设置的 UILabel,我不断收到此错误。'NSUnknownKeyException', reason: '[<UIViewController 0x7ff9c255d120> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key winnerLabel.'
(winnerLabel 是 UILabel 的名称)。我已确保 ViewController 的类是正确的(在 Main.storyboard>Select controller>Utility Area>Identity Inspector>Class 中)。通过四处询问,我被告知“xib 中的插座名称与类中的名称不同步”,如果是这种情况,那么我将如何在 xib/storyboard 中更新插座的名称。任何帮助将不胜感激。
编辑:我的问题已被标记为另一个问题的重复。我已经解释过我的问题并没有通过该问题的答案解决(^^^“我已确保 ViewController 的类是正确的(在 Main.storyboard>Select controller>Utility Area>Identity Inspector>Class)。