Xcode 6 error msg “Targeting releases prior to iOS 7.0 …”

巧了我就是萌 提交于 2019-12-10 11:37:00

问题


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.


回答1:


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

Like my Deployment Target 6

So in images.xcassets

We have two section

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

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

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

this the Error

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


来源:https://stackoverflow.com/questions/25941233/xcode-6-error-msg-targeting-releases-prior-to-ios-7-0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!