首页 > 代码库 > Failed to instantiate the default view controller for UIMainStoryboardFile 'MyMain' - perhaps the designated entry point is not set?
Failed to instantiate the default view controller for UIMainStoryboardFile 'MyMain' - perhaps the designated entry point is not set?
自己新建了一个MyMain.storyboard,使用时报了一个错误如下:
2014-11-12 23:57:08.633 ToDoList[4666:2068874] Failed to instantiate the default view controller for UIMainStoryboardFile ‘MyMain‘ - perhaps the designated entry point is not set?
原因分析:StoryBoard中没有一个view controller设置了Initial Scene。
解决方法:需要选择一个view conroller作为story board的第一个界面。将右边View Controller下的Is Initial View Controller的单选框勾上。
Failed to instantiate the default view controller for UIMainStoryboardFile 'MyMain' - perhaps the designated entry point is not set?
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。