【发布时间】: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