Skip to content

Commit 75c27e7

Browse files
committed
Specify debug build config in build_for_testing lane
1 parent b20a7a3 commit 75c27e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ platform :ios do
815815
workspace: WORKSPACE_PATH,
816816
scheme: TEST_SCHEME,
817817
derived_data_path: 'DerivedData',
818+
xcargs: "-xcconfig 'config/WooCommerce.debug.xcconfig'",
818819
build_for_testing: true,
819820
device: device,
820821
deployment_target_version: ios_version

0 commit comments

Comments
 (0)