Trying to send an app to Apple's App Store. Xcode 4.3.2. Successfully sent the app out to users via testflightapp and now want to send it to the store. When I try to distribute the app via the organizer I get these three validation errors:
I'm thinking I should work from the bottom up as I only had the first error when I sent embarked on solving this issue, and from everything I read, entitlements are not necessary when submitting to the app store.
I had a Entitlements.plist. I tried with it deleted. I tried with it created fresh. The Entitlements section of Targets->App->Summary is unchecked/clear. The Targets->App->Build Settings->Deployment section did have "Entitlements.plist" listed for the Install Owner/Group as well as the Alternate Install Owner/Group. I've reset these to a group of "staff" and an owner of "pedstrom".
I've tried following instructions like this one: At least one of the following architecture(s) must be present: armv7 (-19033) Unable to validate your application. - (null) to no avail.
Any help would be greatly appreciated.
Your problem may due to an invalid setting for the Build Variants build setting. Valid settings are normal, profile, and debug. For submission to the app store, this setting should be normal.
Here's how to fix this:
First update the Project build settings:
<your project>
-> Build SettingsNext update the Target build settings:
<your project>
-> Build Settings