为什么使用Fastlane Gym解决WatchOS应用失败

时间:2018-12-28 12:34:11

标签: fastlane watch-os

在使用适当的配置文件和标识符设置项目后,我使用了Gym命令来构建watch应用。我可以在健身房输出上看到ARCHIVE SUCCEEDED消息,并且详细日志中有错误失败,但无法继续运行,则超时失败?程序挂在最后一行并报告错误:太长了,没有输出(超过10m0s)。

问题详细信息链接:https://github.com/fastlane/fastlane/issues/13996

lane :beta do |values|
  match(type: 'adhoc', readonly: false, force_for_new_devices: true, force: true,app_identifier ["com.clarify.Carepilot-beta", "com.clarify.Carepilot-beta.watchkitapp", "com.clarify.Carepilot-beta.watchkitapp.watchextension"])
  gym(scheme: 'Carepilot - ADHOC', export_method: 'ad-hoc')
end

enter image description here

1 个答案:

答案 0 :(得分:0)

在circleci配置中使用no_output_timeout参数:

- run:  
    command: YOUR_FASTLANE_COMMAND
    no_output_timeout: 30m

请参见https://support.circleci.com/hc/en-us/articles/360007188574-Build-has-hit-timeout-limit