Hello,
I’m trying to upload an iOS app trought Application Loader but when I doing it it shows the following message errors:
ERROR ITMS-90023: “Missing required icon file. The bundle does not contain an app icon for iPad of exactly ‘72x72’ pixels, in .png format for iOS versions < 7.0.”
I followed this documentationand it doesn’t said that I need to create these 72x72px icon. What I amd doing wrong?
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.”
I followed this documentationand it doesn’t said that I need to create these 72x72px icon. What I amd doing wrong?
ERROR ITMS-90725: “SDK Version Issue. This app was built with the iOS ‘9.2’ SDK. All iOS apps submitted to the App Store must be built with the iOS ‘11.0’ SDK or later, included in Xcode [9.0] or later. Please update Xcode and rebuild your app.”
I don’t understand it because I’m using Corona 2018.3326 version and on my Mac I have installed xcode 9.4.1
When I’m building .ipa file it shows this advisor:
The version of iOS SDK (11.4) that's installed on this computer does not match the target iOS version (9.2). You may encounter issues building or incompatibilities at runtime. You should consider updating your version of Xcode or using xcode-select to enable a compatible version. Do you want to proceed with a build?
I don’t understand it because I’m using Corona 2018.3326 version and on my Mac I have installed xcode 9.4.1 that it must to have iOS SDK 11.4
Thanks for your support.