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

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

    If you use MTStatusBarOverlay, then you'll get this error.

    MTStatusBarOverlay creates an additional window ([[UIApplication sharedApplication] windows) which doesn't have a root controller.

    This doesn't seem to cause a problem.

提交回复
热议问题