Hi guys,
I try to submit an archive to the iOS App Store from xcode. The application has been develop with Alloy and deployement targets are juste iPad and iPhone.
I get these errors during the submission :
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon fir iPad of exactly '76x76' pixels, in .png format fot iOS versions >= 7.0."
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon fir iPad of exactly '152x152' pixels, in .png format fot iOS versions >= 7.0."
I created all icons and splashcreens from http://docs.appcelerator.com/platform/latest/#!/guide/Icons_and_Splash_Screens. So i already have the 2 icons in 76x76 and 152x152 (and in png).
Their name are - appicon-76.png - appicon-76@2x.png
They are in app/assets/iphone/.
Is somebody have an idea for this problem ? Is it a bug ?
Thank you in advance (and sorry for my bad english) !