xcode 6 upload app with error: iTunes Store operation failed Error Description not available

ygweric picture ygweric · Sep 26, 2014 · Viewed 33.6k times · Source

When I try to upload my app to iTC, after validate my app, I begin to submit it .
But there is an Error that said "iTunes Store operation failed Error Description not available"
When I upload with Application Loader 3.0, same error happened.
xcode6 error Application Loader error

Answer

Asif Asif picture Asif Asif · Oct 4, 2014

I had this error once, too. Then I realized the provisioning profile (Project Targets -> Code Signing) was set to 'Ad-Hoc' profile instead of 'Production' profile. Setting it back to 'Production' did the trick for me.