通过 XCode 提交应用程序时出错

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10695177/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 00:23:00  来源:igfitidea点击:

Error submitting app via XCode

iosxcode

提问by BlueShoe

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

Apple's web service operation was not successful

Unable to Authenticate the package

Unable to Authenticate the package

exception occurred when creating MZContentProviderUpload

exception occurred when creating MZContentProviderUpload

Has anyone else seen this error?

有没有其他人看到过这个错误?

回答by julianwyz

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

刚刚在 Xcode 7 上发生了这种情况。退出 Xcode,重新打开它,重新提交,它运行良好。

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 :)

编辑:我同意@arlomedia 在评论中的观点,这是 Apple 方面的问题。只是再次发生并重新启动并没有解决它。也许我第一次很幸运:)

回答by Bijoy Thangaraj

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

这似乎是苹果方面的一个临时问题。现在应该已经修复了。重新上传试试。

回答by Shyam Bhat

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.

重新启动我的 mac,重新提交并繁荣 - 工作。

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.

不能确定是否是重启,正如其他答案所指出的那样,可能只是 Apple 服务器上的某些东西。

回答by Paulius Liekis

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

我坚持了几天,直到我将部署目标从 3.1.3 更改为 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 :)

我的错误还说“该捆绑包不包含完全 '72x72' 像素的 iPad 图标”。我检查了图标并更新了 5 次 :)