无法通过Fastlane将测试版本上传到TestFlight
问题描述:
我试图通过Fastlane将测试版本上传到TestFlight。它编译罚款,但上传有以下模式结束:无法通过Fastlane将测试版本上传到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塞拉利昂
- 的XCode 9
- FASTLANE 2.61.0
答
它仍然是 “处理”?有时甚至在这种状态下还是一整天。
有时候,它会上传成功,但内部失败,并且此版本不显示,但如果您尝试上传另一次,则会引发错误。
这个版本已经存在,但没有在iTunes ... 我的推荐,上传你的IPA,并等待(超过30分钟)等待,等待,你应该看到你的文件“处理”在iTunes上,然后它会通过。
作为额外的信息,如果您通过pilot upload -z
param,您可以避免等待步骤。 有关您的控制台的更多信息:fastlane pilot upload --help