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

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.

Leave a Comment