Applications are expected to have a root view controller at the end of application launch

后端 未结 30 1824
野的像风
野的像风 2020-11-22 06:42

I get the following error in my console:

Applications are expected to have a root view controller at the end of application launch

30条回答
  •  滥情空心
    2020-11-22 07:30

    This issue happens when you don't have Interface Builder set up correctly.

    Ensure your App Delegate's window and viewController outlets are hooked up:

    In your MainWindow.xib, hold control, click App Delegate and drag to the Window object. Select window. Hold control and select the App delegate again, drag to your root view controller and select viewController.

提交回复
热议问题