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

标签 ios swift jenkins app-store-connect fastlane

构建时 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在这里。

地址:require 'open-uri' .../deliver/lib/deliver/download_screenshots.rb开头

关于ios - 在 App Store Connect 上找不到编辑版本。尝试使用 '--use_live_version true',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66277828/

相关文章:

jenkins - 构建步骤“Allure 报告”将构建结果更改为UNSTABLE

github - Jenkins 的Github插件获取提交者和作者名称

continuous-integration - 在jenkins构建结果页面中显示工件

ios - 使用 Ionic 项目的 XCode 9.0 构建错误

ios - 如何在 uitableviewcell 内的 TextView 中显示来自 parse.com 的数组?

ios - 删除用户后应用程序崩溃

swift - 如何使用 SwiftUI 获取当前位置?

ios - 卡在循环形式 CFRunLoop 中

ios - 在类之间将 UIImage 分配给 UIImageView

ios - 指定初始化程序的目的