通过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下面是它在App Store Connect中的样子:

我阅读了iTunes Connect Invalid Pre-Release Train.,但那里的解决方案似乎是更新版本名称。事情是这样的,我已经这样做了。正如您在上图中看到的那样,v1.1.0以前是v1.02。由于我的Info.plist中的版本名称,它在App Store Connect中自动转到v1.1.0。但是二进制文件还是被拒绝了。
我需要做什么才能上传它?
发布于 2018-10-15 09:20:35
将版本更新为1.1.1。您可能希望开始使用fastlane的increment_version_number操作,而不是尝试手动执行此操作。
https://stackoverflow.com/questions/52798901
复制相似问题