在我的iOS项目中,我将iOS 7.1
设为Deployment Target
,但知道我有此警告:
Applications using Launch Screen Files and targeting iOS 7.1 and earlier need
to also include a Launch Image in an Asset Catalog.
我添加了images.xcassets
LaunchImage
文件夹,我添加了Launch Image for the 4-inch screen
,但我仍然有警告,我该如何解决?
感谢
编辑:这是目标设置:
答案 0 :(得分:6)
您尚未设置launch Images Source
,因此iOS 7现在可以了解从哪里获取图像。
将此项设置为已添加启动屏幕的资产目录,如果设置了两者,iOS 8将使用Launch Screen File
。