在 App Store Connect 上找不到编辑版本。尝试使用'--use_live_version true'
Posted
技术标签:
【中文标题】在 App Store Connect 上找不到编辑版本。尝试使用\'--use_live_version true\'【英文标题】:Could not find an edit version on App Store Connect. Try using '--use_live_version true'在 App Store Connect 上找不到编辑版本。尝试使用'--use_live_version true' 【发布时间】:2021-02-19 12:45:50 【问题描述】:构建时 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.
【问题讨论】:
【参考方案1】:正如第一个日志所说,尝试将其设置为 true:
deliver(
submit_for_review: true,
force: true,
metadata_path: "./metadata"
)
这里也有类似的thread。
在.../deliver/lib/deliver/download_screenshots.rb
开头添加:require 'open-uri'
【讨论】:
以上是关于在 App Store Connect 上找不到编辑版本。尝试使用'--use_live_version true'的主要内容,如果未能解决你的问题,请参考以下文章
当您使用 App Store Connect 在 App Store 中下架某个 App 时,更改需要多长时间?
fastlane 包问题:iTunes Connect 上的 'xxx@com.cn' 账户上找不到应用 'com.xxx.xx'
Codemagic APP_STORE_CONNECT_PRIVATE_KEY 提供的值无效
ReactJs / Redux Invariant Violation:在“Connect(LoginContainer)”的上下文或道具中找不到“store”