往往我們建立一個iOS工程後,會使用自定義的ViewController,而不是其自帶的。作為第一次使用iOS開發的人來說,就會遇到一個問題,app啟動後黑屏,并沒有如預想的那樣顯示自定義的View!
Failed to instantiate the default view controller for UIMainStoryboardFile ‘MainStoryboard’ - perhaps the designated entry point is not set?
這個問題的原因是沒有為你的StoryBoard指定一個初始的View Controller。