Chris
Chris

Reputation: 12181

Submission Problems for iOS

I'm trying to submit an app to the app store via the Application Loader but am getting some pretty upsetting errors:

1) bundle identifier CM.paradisebeats differs from reserved bundle identifer ... -I changed this in the plist file to the correct one, saved and recompressed but no luck

2) there is no co_design_wrapper executable. Please reinstall the Xcode developer tools -Yeah no way. What does this mean?

3) iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 -Went to change this in the Architecture section of Build Settings. It is set to Standard (armv7) and has no other options except to add my own. There is not Standard (armv6, armv7) option. Could this be because I may or may not be running XCode 4.2?

Hoping to get this out soon so any help would be much appreciated!

Upvotes: 0

Views: 114

Answers (1)

Shaggy Frog
Shaggy Frog

Reputation: 27601

You can't submit applications for the App Store built with a beta of Xcode. Since you say you "may or may not be running Xcode 4.2", I think you're implying that you're using the beta. In that case, the error message you so colourfully complained about -- "Please reinstall the Xcode developer tools" -- is entirely correct.

Upvotes: 1

Related Questions