I used gym command to build the watch app after setting up project with proper provisioning profiles and identifiers. I am able to see ARCHIVE SUCCEEDED message on gym output and there are errors failures from verbose log, but it is not able to Continue running, then the timeout failed?The program hangs on the last line and reports an error:Too long with no output (exceeded 10m0s).
Issue Detail Link: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