故事板无法运行:Failed to instantiate the default view controller for UIMainStoryboardFile 'Main'_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > 故事板无法运行:Failed to instantiate the default view controller for UIMainStoryboardFile 'Main'

故事板无法运行:Failed to instantiate the default view controller for UIMainStoryboardFile 'Main'

 2015/3/5 23:07:54  perhaps the designated entry point is not set?  程序员俱乐部  我要评论(0)
  • 摘要:FailedtoinstantiatethedefaultviewcontrollerforUIMainStoryboardFile'Main'-perhapsthedesignatedentrypointisnotset?在拖拽其他项目的故事板的时候,出现的错误,xcode6运行后出现。意思是没有在StoryBoard中给viewcontroller设置InitialScene。解决办法是:先选中当前有问题的故事板然后修改勾选isinitialviewcontroller即可解决这个问题
  • 标签:file for failed view Default 运行 故事 Ant controller

class="p1">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 即可解决这个问题。其实仔细观察,发现勾选之前的故事板是没有箭头的,勾选之后,是这样的:

说明故事板正常

发表评论
用户名: 匿名