Error submitting app via XCode

IosXcode

Ios Problem Overview


I'm trying to submit an app tonight and I can validate the app find but when I go to submit, get the following errors:

Apple's web service operation was not successful

Unable to Authenticate the package

exception occurred when creating MZContentProviderUpload

Has anyone else seen this error?

Ios Solutions


Solution 1 - Ios

Just had this happen on Xcode 7. Quit Xcode, opened it back up, resubmitted and it worked fine.

EDIT: I agree with @arlomedia in the comments, this is a problem on Apple's side. Just had it happen again and restarting did not fix it. Maybe I just got lucky the first time :)

Solution 2 - Ios

That seems like a temporary issue from Apple's side. It should have been fixed by now. Try uploading again.

Solution 3 - Ios

I saw a slightly different error message, six times in a row:

Exception occurred when creating MZContentProviderUpload for provider. (1004)

Restarted my mac, resubmitted and boom - worked.

Can't say for sure if it was the restart, could have just been something on Apple's servers as the other answers point out.

Solution 4 - Ios

I kept getting it for several days until I changed Deployment Target from 3.1.3 to 4.3.

My error also said "The bundle does not contain icon for iPad exactly '72x72' pixels". I checked the icon and updated it like 5 times :)

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBlueShoeView Question on Stackoverflow
Solution 1 - IosjulianwyzView Answer on Stackoverflow
Solution 2 - IosBijoy ThangarajView Answer on Stackoverflow
Solution 3 - IosShyam BhatView Answer on Stackoverflow
Solution 4 - IosPaulius LiekisView Answer on Stackoverflow