我在提交应用程序时也遇到了同样的问题,我通过以下步骤解决了上述问题
1) 转到 Applications->Xcode->contents->Applications->Application Loader.app->Contents->MacOs->itms->java->lib 你会找到一个文件net.properties用文本编辑打开它然后将# https.proxyPort=443行更改 为 # https.proxyPort=80
2)退出 Xcode 并在构建设置后重新打开,使其成为 Don't Code 标志,然后清理项目
3) 在 Build Active Architecture 中只有所有值都为 NO
4)对于架构选择标准架构(包括64位)(armv7,armv7s,armv64)
if don't have any images errors you can go ahead and archive and try to submit. if you have it then follow next steps
5)转到Xcode中的-Info.plist文件在该文件中的支持文件中选择图标文件如果你有任何东西,请删除所有图像
6)然后清理项目并在项目的常规选项卡中重新分配所有图像(如果您选择项目标题,您可以看到此选项卡)
7) 选择适当的代码签名身份和 Provisiong 配置文件并存档并提交到存储