From 566fe558bd65bb8810e345512d777636871c2a0d Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Thu, 16 Mar 2023 15:35:06 +0530 Subject: [PATCH] add `verbose` flag to fastlane ios builds --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c01c6823a375..5f092750dee0 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -119,6 +119,7 @@ def build_ios_adhoc(readonly: false, pr_build: false) scheme: scheme, workspace: 'ios/StatusIm.xcworkspace', configuration: 'Release', + verbose: true, clean: true, export_method: 'ad-hoc', output_name: 'StatusIm',