在 App Store Connect 上找不到编辑版本。尝试使用“--use_live_version true”

Could not find an edit version on App Store Connect. Try using '--use_live_version true'

构建时出现错误 Jenkins,我在下面收到此错误。

[16:58:58]: Could not find an edit version on App Store Connect. Try using '--use_live_version true'

[16:58:58]: Couldn't download already existing screenshots from App Store Connect.

正如第一个日志所说,尝试将其设置为 true :

deliver(
  submit_for_review: true,
  force: true,
  metadata_path: "./metadata"
)

这里也有类似的thread

.../deliver/lib/deliver/download_screenshots.rb

开头添加:require 'open-uri'