Can't upload app with Xcode 9

I've got an issue in Xcode 9 - it says:


iTunes Store Operation Failed
ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."


iTunes Store Operation Failed
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0."


iTunes Store Operation Failed
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro."


iTunes Store Operation Failed
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0."


But I have all this icon sizes on its places: http://take.ms/iNSDv

Replies

Take a look here - quite a few of us with same problem:


https://forums.developer.apple.com/thread/86290

Yep waiting for Apple to do something about this, really need to push an update out!

Waiting too. Please update Xcode or give us a workaround solution

I think it has to do with the cocoapods version. I was in cocoapods version 1.3.1 and the same issue occured to me. I downgraded the pods to version 1.2.1. And the issue is gone.

After trying all the above solutions and when nothing worked for me. I tried to check AppIcon images. I started going through each icon one by one and found the icon specific for 60 pt @2x was missing the cehckbox next to traget membership pn the right hand side. I selected it and did a clean build and uploaded.


It was successful!


I hope it helps.

The response from Vladimirdanila on this thread solves the issue


https://forums.developer.apple.com/thread/86290

https://forums.developer.apple.com/thread/86290


the answer from vladamirdanila solves it. Tried and it worked.

SOLUTION WORKS


  1. Go to your Assets.xcassets, click the + in bottom left -> App Icons & Launch Images -> New iOS App Icon.
  2. Add the correct icon sizes in their place.


Remember to change your 'App Icons and Launch Images' (in the General Settings) to the new icon set you just created.