美文网首页
[Application] The app delegate m

[Application] The app delegate m

作者: 默棉花开 | 来源:发表于2020-05-25 14:10 被阅读0次

Xcode 11 后多了一个类型  SceneDelegate(情景代理)。

如果报  :

[Application] The app delegate must implement the window property if it wants to use a main storyboard file.

需要在 AppDelegate的.h文件中添加window  属性

运行,就和以前一样了。




iOS 13.0 之前和之后的适配

在AppDelegate的.m文件中:

在SceneDelegate的.m文件中:

有警告的api,只要在根据提示,选择fix,就OK。

相关文章

网友评论

      本文标题:[Application] The app delegate m

      本文链接:https://www.haomeiwen.com/subject/ztdyahtx.html