Dear all, I have been trying everything I read on Stack Overflow or in this forum without success for one day. I never had this problem before when submitting.
The issue:
- I am using XCode 8.3.3 on an iMac
- My app is iPhone only with a deployment target of 9.3, targeting 4S iPhones upwards
- App builds and runs without error in test environment
- As part of submission prep all app icons requested were created and via drag and drop slotted into AppIcon Asset places
- Before upload to store I am running validation of the build and continuously get the error: Missing required icon file. The bundle does not contain an icon for iPhone/iPod Touch of exactly '120x120' px in .png format for iOS versions >= 7.0
I have tried:
- Deleting the asset folder and icons and recreating it
- Double checking the dimensions of each icon
- Using the 120 icon (Icon-Small-40@3x.png) from Apple Reference Programme: ApplicantionIconsAndLaunchImagesForiOS
- Creating an additional 'icon-120.png' file and adding to Resources
- Selection : Don't use asset catalogs and adding all icons to resources and referencing them in the info.plist
Nothing works 😟. Any help please?