无法通过Fastlane将beta版本构建上传到TestFlight

3

我正在尝试通过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
  • fastlane 2.61.0
1个回答

0

还在"处理"中吗?有时甚至会持续一整天。

有时上传成功,但是内部出现故障,构建不显示出来,但如果您尝试再次上传,则会抛出错误。

此构建已经存在,但并不在iTunes中... 我的建议是,上传您的ipa文件,并等待(超过30分钟),等待并等待,您应该在iTunes上看到您的文件正在"处理",然后它将通过。

额外信息,如果您传递pilot upload -z参数,可以避免等待步骤。 更多信息请参阅您的控制台:fastlane pilot upload --help


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接