我有一个新的 UIViewController 和一个新的 class,但我无法在 Xcode 10 中将两者关联起来

I have a new UIViewController and new class, but I can't associate the two in Xcode 10

我在故事板中添加了一个新的视图控制器。我添加了一个新的 Cocoa Touch Class .swift 文件和子类 UIViewController。我 select 故事板中的新 UIViewController 并单击识别面板,但我的新子类 OptionViewController 没有出现在下拉列表中。

我完成了清理构建文件夹。我已经完成了一次成功的 BUILD。还是没有爱。

class OptionsViewController: UIViewController {

    override func viewDidLoad() {
        super.viewDidLoad()

等等

腐败。退出 Xcode 并重新启动它。