不久前,我使用 Xcode 为 Mac 创建了一个 RPN 计算器。我曾经使用过 builder 并且能够使用 IBOutlets 和 IBActions。现在,当我尝试添加 IBOutlet 或 IBAction 时,我收到以下消息:
Could not insert action connection: could not find any information about the class XMTAppDelegate
我对 IBOutlets 的解决方法是自己创建它们,然后连接它们。不幸的是,这不适用于 IBActions。所以,我的问题是:如何阻止 Xcode 给我这个消息。我读过有类似问题的人提出的其他问题,但没有一个解决方案有效。我已删除派生数据文件夹。我已经重新安装了 Xcode。没有任何效果。