I am getting several errors during submission.
1) I'm using the "correct" version of the Adobe AIR 4.0 compiler downloaded from http://labsdownload.adobe.com/pub/labs/flashruntimes/air/air4-0_sdk_wi n.zip as noted here
2) I am developing on Windows, using intelliJ, but using the Application Loader on my Macbook
3) I can publish to my iPad for testing/development purposes no problem
4) As far as I can tell I *must* submit the app via a Mac, so I'm submitting from my Macbook AIR even though I am developing on my Windows Desktop
5) This app is "iPad only". I have only inluced <string>2</string> in the supported devices section of the descriptor XML file.
5) When I attempt to submit the app using the Application Loader on the Mac I receive the following errors:
- ERROR ITMS-9000 "This bundle is invalid....must be built in Xcode 5"
- ERROR ITMS-9000 "Your binary is not optimized for iPhone 5..."
- Unable to authenticate the package: 813923839.itmsp
- WARNING ITMS-9000 "Missing recommended icon file"
Questions:
- Can I submit the application from a different machine from where it was published (and the cer request was made?)
- Why am I getting the Xcode 5 error when I'm publishing with an SDK others seem to say works.
- Why is it giving me the iPhone error when I have only specified iPad as the only supported devices?
All help will be greatly appreciated, thanks!
K