Xcode 6错误消息“定位iOS 7.0之前的版本...” [英] Xcode 6 error msg "Targeting releases prior to iOS 7.0 ..."

查看:118
本文介绍了Xcode 6错误消息“定位iOS 7.0之前的版本...”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何摆脱资产目录编译器警告iOS 7.0之前的目标版本,但所有启动图像都指定了最低版本7.0或更高版本。我确实(尝试过!)将7.0设置为最小值。我错过了什么设置?谢谢。

How do I get rid of Asset Catalog Compiler Warning "Targeting release prior to iOS 7.0, but all launch images specify a minimum version of 7.0 or later." I have indeed (tried to!) set 7.0 as the minimum. What setting am I missing? Thanks.

推荐答案

当您在7之前为iOS开发时,会发生此问题

This problem happen to you when you develop for iOS before 7

喜欢我的部署目标6

所以在images.xcassets

So in images.xcassets

我们有两个部分

AppIcon 您必须确保检查iOS 6.1和之前的大小//如果您定位iPad,则相同的iPad

AppIcon you must Ensure that you check iOS 6.1 and Prior Sizes // the same for iPad if you target iPad

LaunchImage 您必须确保检查iOS 6.1和先前大小

LaunchImage you must Ensure that you check iOS 6.1 and Prior Sizes


请注意,这也适用于尝试向Apple提交申请
的人商店,他会拒绝发送您的应用程序,直到您将这个
图像添加到您的项目等等

Notice this also solution to people who try submit there application to apple store , he will refuse deliver your app until you add this images to your project

这个错误

 An iPhone Retina (4-inch) launch image for iOS 6.x and prior is required when targetting releases prior to 7.0.

这篇关于Xcode 6错误消息“定位iOS 7.0之前的版本...”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆