Problem compiling for ios when sending to appstore

I receive the following error:

UserError: ERROR: 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 >= 10.0.
To support older versions of iOS, the icon may be required in the bundle outside of an asset catalog.
Make sure the Info.plist file includes appropriate entries referencing the file.
See https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface 

I have tried both resizing the images and letting Volt build the images itself, but the error persists.

We’ve got a potential solution in place. If you could give it a try we’d appreciate it!

  1. Replace the itunesAccount key in voltbuilder.json with appStoreConnectAccount.
  2. Replace the itunesAppPassword key in voltbuilder.json with appStoreConnectAppPassword.
  3. The values can remain the same.

Please give this a try and let us know if the upload is successful.

1 Like

Thank you, that worked.