上传到应用商店时发生错误,没有错误代码

An error occurred uploading to the app store with no error code

刚刚更新到 XCode 9. 尝试将构建上传到 iTunes Connect 但出现错误:

没有显示错误代码。有人处理过这个吗?

我今天早上遇到了同样的问题,你可以尝试打开终端和运行这些命令:

cd ~
mv .itmstransporter/ .old_itmstransporter/

对我有用。

我在使用 XCode 9.0 和 ionic 3.15 时遇到了同样的问题。 Loegic 的命令帮我开始了。

cd ~
mv .itmstransporter/ .old_itmstransporter/

这时我再次尝试上传到应用商店时遇到了另一个错误。

ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'APP_NAME' can't be transparent nor contain an alpha channel."

所以我删除了图标的透明度并且它起作用了。好吧,如果一开始就知道这一点就好了! Apple 和 XCode 是垃圾的另一个例子。不支持苹果产品。

转到“首选项”>“网络”>“高级”>“代理”并确保选中 "Auto Proxy Discovery" 和 "Automatic Proxy Configuration",但选中其他代理选项中的 none。我不得不取消选中 "SOCKS Proxy" 选项来解决问题。 Found this solution in a comment of this thread.

唯一对我有帮助的是使用 Transporter(来自 Mac App Store:https://apps.apple.com/us/app/transporter/id1450874784?mt=12)。使用失败面板上的导出按钮导出到目录。登录,然后用 Transporter 打开 *.ipa,上传成功。