「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的第一启动界面。
![](https://img.haomeiwen.com/i78278/7ff6fbe6cc05e68d.png)
![](https://img.haomeiwen.com/i78278/80ffc4ec715a968d.jpg)
网友评论