一句话解决的事儿
Posted yuxiaoyiyou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一句话解决的事儿相关的知识,希望对你有一定的参考价值。
[Application] The app delegate must implement the window property if it wants to use a main storyboard file.
低于iOS13的设备,安装新Xcode11创建的应用时,出现这个提醒,是因为增加了UISceneDelegate的缘故,解决办法是在AppDelegate.m中增加一行
@synthesize window;
以上是关于一句话解决的事儿的主要内容,如果未能解决你的问题,请参考以下文章