简体   繁体   中英

IOS changed development targets to IOS 8 >= but XCODE still looking for 7 >= appicons

I am trying to make my project support IOS 8 + devices.

I have changed the deployment target as follows: 在此处输入图片说明

I have all the correct assets loaded (they are pasted over for confidentiality in the photo) in the appIcons.asset for IOS 8.0 >= 在此处输入图片说明

However, I still get the following issue when trying to publish: 在此处输入图片说明

I am using XCode 6.4. Can anyone tell me what I am missing?

Cheers!

The solution to the problem was to also check the "IOS 7 and later checkbox" and then fill in the required icons.

This is strange, since I am targeting IOS 8.0 and above. Not sure if this is intended or a bug.

Cheers!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM