kolinko
kolinko

Reputation: 1663

Error while submission to app store

I'm getting this error via e-mail when trying to submit my app to the app store:

Invalid Code Signing Entitlements - Your application bundle's signature contains ubiquity code signing entitlements that are not supported.

Specifically, value "9P774KXXX.*" for key "com.apple.developer.ubiquity-kvstore-identifier" in My App Name is not supported.

I know this has something to do with iOS5/XCode 4.2, but I'm not using this - I opened the project once in XCode 4.2, and then I switched back to XCode 4.1 - so I guess there must be some leftovers in the code?

Upvotes: 1

Views: 750

Answers (2)

pixelbitlabs
pixelbitlabs

Reputation: 1934

That would be because you were using the latest iOS 5 XCode. Like you say, code was probably transferred somewhere or another. Try cleaning the project file and try it on another machine if possible to see if you get the same message.

Upvotes: 0

kolinko
kolinko

Reputation: 1663

It seems that Apple had a messed-up mobileprovisoning system for a couple of days. After I reissued, redownloaded & reinstalled a distribution provisioning profile, problems stopped.

Upvotes: 3

Related Questions