Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exception occurred when creating MZContentProviderUpload for provider. (1004)

Tags:

xcode

ios

xcode8

I tried to upload the app build using Xcode but I got this error "no accounts with itunes connect access" I then tried to upload the IPA using application loader and I got this error "Exception occurred when creating MZContentProviderUpload for provider. (1004)"

like image 334
AhmadKarim Avatar asked Sep 21 '17 19:09

AhmadKarim


3 Answers

It seems like a temporary issue with apple. Trying few times to send worked and the upload was successful.

like image 193
AhmadKarim Avatar answered Nov 04 '22 08:11

AhmadKarim


For me just log out on Web iTunesConect / AppsoreConnect portal.

Quit Xcode (if Possible restart) and then upload the build.

If you close all the other app and upload build in sylo makes a job easy.

Also using the "Application Loader" is a Good Solution!

like image 38
vinay chorpa Avatar answered Nov 04 '22 07:11

vinay chorpa


I was facing same issue. In my case I tried to login another Apple Developer account via Safari. I solved this by doing:

Logout the account from Xcode and login again. It works successfully for me. No need to generate build again.

like image 1
rakita Avatar answered Nov 04 '22 06:11

rakita