【发布时间】:2018-10-14 02:07:44
【问题描述】:
通过 Fastlane 上传给我以下信息:
Making sure the latest version on App Store Connect matches '1.1.0' from the ipa file...
'1.1.0' is the latest version on App Store Connect
Uploading metadata to App Store Connect
Successfully uploaded set of metadata to App Store Connect
Starting with the upload of screenshots...
Successfully uploaded screenshots to App Store Connect
Uploading binary to App Store Connect
Going to upload updated app to App Store Connect
This might take a few minutes. Please don't interrupt the script.
iTunes Transporter successfully finished its job
--------------------------------------------------------------------
Successfully uploaded package to App Store Connect. It might take a few minutes until it's visible online.
--------------------------------------------------------------------
Finished the upload to App Store Connect
但随后我从 App Store Connect 收到一条消息,内容如下:
Invalid Pre-Release Train - The train version '1.1' is closed for new build submissions
我读了iTunes Connect Invalid Pre-Release Train.,但那里的解决方案似乎正在更新版本名称。问题是我已经这样做了。如您在上图中看到的 v1.1.0 曾经是 v1.02。由于我的 Info.plist 中的版本名称,它在 App Store Connect 中自动转到 v1.1.0。但二进制文件仍然被拒绝。
我需要做什么才能上传?
【问题讨论】:
标签: app-store-connect fastlane