我试图通过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中。
有人能给我一些指导吗?
我用:
答案 0 :(得分:0)
还在“处理”?有时在这个状态下甚至还有一整天。
有时,它上传成功,但内部失败并且此版本未显示,但如果您尝试上传另一次,则会抛出错误。
此版本已存在,但不在iTunes中... 我的推荐,上传你的ipa,等待(超过30分钟)等待,你应该看到你的文件在itunes上“处理”,然后它会通过。
作为额外信息,如果您传递pilot upload -z
参数,则可以避免等待步骤。
有关您的控制台的更多信息:fastlane pilot upload --help