码迷,mamicode.com
首页 > 其他好文 > 详细

一句话解决的事儿

时间:2020-05-12 11:32:51      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:code   ios   创建   tor   nts   wan   window   scene   color   

[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;

一句话解决的事儿

标签:code   ios   创建   tor   nts   wan   window   scene   color   

原文地址:https://www.cnblogs.com/yuxiaoyiyou/p/12874715.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!