iOS: Main.storyboard 引用初始视图控制器

iOS: Main.storyboard references the initial view controller

我正在添加新的故事板参考:

但我收到此错误:

error: Main.storyboard references the initial view controller of newStoryBoard.storyboard, but no designated entry point was found.

你们知道我为什么会收到这个错误吗?

非常感谢你的帮助。

这是一个故事板引用,指向另一个名为 newStoryBoard 的故事板。为了让 segue 工作,它需要知道应该从那个故事板中打开哪个视图控制器。

打开newStoryBoard.storyboard、select相应的view controller,在右侧的属性面板中勾选Is Initial View Controller复选框:

或者,您可以在情节提要引用属性中设置 Referenced Id。设置为你想打开的view controller的storyboard Id,就可以了。