Man*_*uel 6 ios launchimage ios11 xcode9
在iOS 10中,我使用了a Launch Screen File
而不是Launch Images
:
在iOS 11的Xcode 9中转换为Swift 4后,我收到以下警告:
缺少"Default-568h@2x.png"启动图像
为什么在已经启动屏幕时需要启动图像?
解决方案是临时添加启动映像资产目录.
Use Asset Catalog...
:Don't use asset catalogs
:删除自动创建的Images.xcassets
.
警告消失了.