splashicon-generator icon indicating copy to clipboard operation
splashicon-generator copied to clipboard

Missing image sizes

Open amityweb opened this issue 7 years ago • 2 comments

Once splashicon-generator is run, and the config.xml updated, are there further config changes or something? Initially by upload would not pass due to missing 1024 icon for app store. I could not figure this out. I deleted all images and started again... this time I get the following, so

iTunes Store Operation Failed description length:402156

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 '152x152' pixels, in .png format for iOS versions >= 7.0."

There is a icon-76.png in AppIcon.appiconset after the build but no 120 or 152.

amityweb avatar Jan 10 '18 13:01 amityweb

I guess this has not been updated for icon size additions/changes?

amityweb avatar Jan 10 '18 14:01 amityweb

Hi,

I updated my fork to create all Icons needed to work with

  • Cordova 8.0.0
  • cordova-ios 4.5.4
  • XCode 9.2 (9C40b)

See here: https://github.com/znegva/splashicon-generator

Be aware that my master-branch also includes changes made to only create storyboard-splashes, not the legacy launch images (for details see here)!

znegva avatar Feb 16 '18 14:02 znegva