错误现象: XCODE 6 在使用storyboard将原来的UIViewController删掉换成UITableViewController时,报错:Failed to instantiate the default view controller for UIMainStoryboardFile 'MainStoryboard' - perhaps the designated entry point is not set?
原因分析:在StoryBoard中没有为TableViewController设置了Initial Scene,忘了添加箭头启动入口。
解决方案:在Storyboard中,选择TableViewController作为story board的第一启动界面
方法:在属性面板的is Initial View Controller一栏打钩即可。