Good Morning Corona,
We have been trying to update an old IOS Enterprise app with little success so far. We have been able to solve all build errors by editing the build settings with included libraries and such, but thats solved. Now we are running into some issues when uploading to the store.
We have updated all the icons to the new specs (xcassets) according to the corona docs on this topic but the Icon errors don’t seem to go away. Here is the full error log from xCode (Xcode -> Product -> Archive -> Upload)
iTunes Store Operation Failed
description length:774193
iTunes Store Operation Failed
ERROR ITMS-90086: “Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default “Standard Architectures” build setting for “Architectures” in Xcode, to build a single binary with both 32-bit and 64-bit support.”
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.”
The architecture setting in the build settings in Xcode are set up to use “standard architectures”, so this problem may be due to an old version of corona enterprise / native.
But all the “Missing” icon files are all there.
The best thing I can think of is to update the corona native stuff in Xcode, but we do not know how.
Thanks,
Wilco from OCG Studios