XCode iOS7 Asset Catalog Warning - Only Supporting iOS8
Asked Answered
D

1

1

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

enter image description here

Demers answered 2/11, 2014 at 14:41 Comment(0)
G
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.

Garlaand answered 2/11, 2014 at 15:36 Comment(3)
where does that image get stored? I do not see a spot for itDemers
Thank you that fixed it! A bit that its labeled under iOS7Demers
Why on Earth should I supply images for iOS 7 if my app minimum deployment target is iOS 8?Sobersided

© 2022 - 2024 — McMap. All rights reserved.