「Xcode常见错误提示」Failed to instantia
2015-01-07 本文已影响3547人
元茜姑娘
「Xcode常见错误提示」是「Swift学习笔记」(微信号:Swiftmemeda)的新栏目,总结给自己,以及需要的人。
错误现象: XCODE 6.1 在使用storyboard时,报错:Failed to instantiate the default view controller for UIMainStoryboardFile 'MainStoryboard' - perhaps the designated entry point is not set?
原因分析:在StoryBoard中没有一个view controller设置了Initial Scene,往往由于删除了最初的ViewVontroller而发生。
解决方案:在Storyboard中,选择一个view conroller作为story board的第一启动界面。
20141202141656125.png
xiabiao2.jpg