【问题标题】:Can't upload beta build to TestFlight via Fastlane无法通过 Fastlane 将 beta 版本上传到 TestFlight
【发布时间】:2018-03-23 12:43:20
【问题描述】:

我正在尝试通过 Fastlane 将 beta 版本上传到 TestFlight。它编译良好,但上传以以下模式结束:

[20:32:00]: Successfully uploaded the new binary to iTunes Connect
[20:32:00]: If you want to skip waiting for the processing to be finished, use the `skip_waiting_for_build_processing` option
[20:32:03]: Waiting for iTunes Connect to finish processing the new build (1.9.12 - 4)
[20:32:34]: Waiting for iTunes Connect to finish processing the new build (1.9.12 - 4)
[20:33:05]: Waiting for iTunes Connect to finish processing the new build (1.9.12 - 4)
[20:33:36]: Waiting for iTunes Connect to finish processing the new build (1.9.12 - 4)
[20:34:07]: Waiting for iTunes Connect to finish processing the new build (1.9.12 - 4)
[20:34:38]: Build doesn't show up in the build list anymore, waiting for it to appear again
[20:35:09]: Build doesn't show up in the build list anymore, waiting for it to appear again
[20:35:40]: Build doesn't show up in the build list anymore, waiting for it to appear again
[20:36:11]: Build doesn't show up in the build list anymore, waiting for it to appear again
[20:36:43]: Build doesn't show up in the build list anymore, waiting for it to appear again
...

最后一行继续显示 30 分钟,直到我终止了该进程。 此版本未出现在 iTunes Connect 中。

然后我尝试通过 Application Loader 手动构建和上传。它显示成功结果,但即使经过一个小时的等待,构建也没有出现在 iTunes Connect 中。

谁能给我一些指导?

我用:

  • macOS Sierra
  • XCode 9
  • 快车道 2.61.0

【问题讨论】:

    标签: ios app-store-connect macos-sierra xcode9 fastlane


    【解决方案1】:

    它还在“处理”吗?有时在这种状态下它甚至仍然是一整天。

    有时,它上传成功,但内部出现故障,并且此构建不显示,但如果您尝试再次上传,则会引发错误。

    这个版本已经存在,但不在 iTunes 中... 我的建议,上传你的ipa,然后等待(超过30分钟)等等,你应该在iTunes上看到你的文件“正在处理”,然后它就会通过。

    作为额外信息,如果您通过 pilot upload -z 参数,您可以避免等待步骤。 有关您的控制台的更多信息:fastlane pilot upload --help

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-12-23
      • 1970-01-01
      • 2021-05-25
      • 1970-01-01
      • 2021-11-13
      • 1970-01-01
      • 1970-01-01
      • 2018-03-18
      相关资源
      最近更新 更多