XCode iOS7 Asset Catalog Warning - Only Supporting iOS8

冷暖自知 提交于 2019-12-11 10:19:30

问题


I am supporting iOS8 and greater in my App. However, I cannot get passed this Image Asset warning. What file am I missing? See the below screenshot:

an iphone retina (4-inch) launch image for ios 7.0 and later is required


回答1:


You've suppled images for 4.7 and 5.5-inch devices but you need to have one for 4-inch devices as well (pre-iPhone 6).

You will need to select the checkboxes under "iOS 7 and later" (iPad ones if you're making an iPad app, iPhone one if iPhone app, all if Universal) at the right pane. These are used in both iOS 7 and 8.



来源:https://stackoverflow.com/questions/26700534/xcode-ios7-asset-catalog-warning-only-supporting-ios8

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