Failed to instantiate the default view controller

来源:互联网 发布:数据恢复网站 编辑:程序博客网 时间:2024/06/02 07:17
摘要
Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?

1,

Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?

这是因为给你的StoryBoard没有设置默认显示的controller,

解决方法:


0 0