Mathan Kumar
Mathan Kumar

Reputation: 29

Error while uploading app through application loader

When we try to upload our latest application in (APP.zip) into the application loader, we get following error.

Apple's web service operation was not succeccful
Unable to authenticate the package: AppId.itmsp
ERROR ITMS-7002: "Caught exception validating "MZItmspRootPackage.validateLanguageCodeExists"" at (MZItmspRootPackage)

We created a distribution certificate with push notifications enabled. This may cause the bug, we have searched a lot and didn't find a proper way to solve this. What could we cause this error and how can we avoid it?

Upvotes: 1

Views: 882

Answers (2)

Joshua Smith
Joshua Smith

Reputation: 3809

Upgrade your O/S, and upgrade your Xcode. It is pretty much impossible to develop for iPhone on a less-than-latest version of Mac OS.

Upvotes: 0

chewy
chewy

Reputation: 8267

you should do it from xcode directly, leave the application loader - it is not as good as xcode

here is how to do it: http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/DistApps/DistApps.html

Upvotes: 1

Related Questions