iOS 7 - Failing to instantiate default view controller

前端 未结 16 1999
一生所求
一生所求 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:47

    So this also happened to me too. I checked 50 times and my "Is Initial View Controller" was checked, believe me. It happened out of the blue. So how did I fix it?

    1. Create a new Storyboard in your project, name it something like Main_iPhoneV2 (or iPadV2 depending on your original storyboard style)
    2. Open the broken storyboard, click anywhere in the white area and press command-a, then command-c (select all and copy)
    3. Open your new storyboard and press command-v to paste the same exact setup
    4. Go to your project settings, change your "Main Interface" to the new Main_iPhoneV2 (If it's your iPad and you're writing a universal app, you'll have to edit the -Info.plist and look for the value "Main storyboard file base name (iPad)
    5. Recompile, and stop pulling your hair out

提交回复
热议问题