ios - 启动 Image Xcode 6 iOS 7 警告

标签 ios xcode xcode6

在我的 iOS 项目中,我放了 iOS 7.1Deployment 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 ,但我仍然有警告,我该怎么做才能解决它?

谢谢

编辑:这是目标设置:

enter image description here

最佳答案

您还没有设置launch Images Source所以 iOS 7 现在知道从哪里获取图像了。

将此设置为已添加启动屏幕的 Assets 目录,iOS 8 将使用 Launch Screen File如果两者都设置。

关于ios - 启动 Image Xcode 6 iOS 7 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26976334/

相关文章:

ios - UIButtons 作为 TableView 中的复选框

ios - 无法加载证书,Xcode 构建无法安装证书(VSTS/Azure DevOps、YAML Pipeline)

iphone - 平移手势干扰 UISlider

search - 如何在 Xcode 中查找 Objective-C 函数的用法?

xcode - 如何使用 Mogenerator?

ios8 - 状态栏的问题被隐藏在ios 8的横向模式中,并且在xcode 6中发布ios 8之后尝试在ios 7中正常工作

ios - 如何立即隐藏单个 View Controller 上的导航栏?

ios - 无法在 UIWebView 中播放 Youtube 视频(iOS、Swift)

ios - Xcode 6 - "universal storyboard"项目将支持 iOS 7?

ios - sizeToFit 会切断一些 UILabel 字体类型的高度和宽度,但不会切断其他类型的高度和宽度 --- 有修复吗?