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

后端 未结 30 1963
野的像风
野的像风 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:26

    This error also show up when file's owner of MainWindow.xib is set incorrectly.

    File's owner is UIApplication
    ->inserted object of app delegate class with window outlet connected to window

提交回复
热议问题