代码改变世界

IOS 错误:Failed to instantiate the default view controller for UIMainStoryboardFile

2015-08-03 16:04  一树一菩提  阅读(969)  评论(0编辑  收藏  举报

报错:Failed to instantiate the default view controller for UIMainStoryboardFile 'MainStoryboard' - perhaps the designated entry point is not set?

原因分析:在StoryBoard中没有一个view controller设置了Initial Scene。

解决方案:在Storyboard中,选择一个view conroller作为story board的第一启动界面