iOS 7 - Failing to instantiate default view controller

前端 未结 16 1996
一生所求
一生所求 2020-11-28 03:08

I am using Xcode 5 in a newly created app and when I just create it I go for the run button e click on it, then the project gets built but it does not show in the iOS Simula

16条回答
  •  [愿得一人]
    2020-11-28 03:35

    I get this error when I change the the storyboard file name "Main.storyboard" TO: "XXX.storyboard"

    The solution for me was:

    • Product->Clean
    • CHANGE: Supporting Files -> info.plist -> Main storyboard file base name -> Main TO: XXX

    Good Luck

提交回复
热议问题