码迷,mamicode.com
首页 > 其他好文 > 详细

故事板无法运行:Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?

时间:2015-03-05 20:49:08      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:

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

在拖拽其他项目的故事板的时候,出现的错误,xcode6运行后出现。意思是没有在StoryBoard中给view controller设置Initial Scene。

解决办法是:

技术分享先选中当前有问题的故事板

然后修改

技术分享

 

勾选 is initial view controller 即可解决这个问题。其实仔细观察,发现勾选之前的故事板是没有箭头的,勾选之后,是这样的:

技术分享

说明故事板正常

故事板无法运行:Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?

标签:

原文地址:http://www.cnblogs.com/kubixuesheng/p/4316574.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!