From dfe3226f6884c3b31b5c18d596cfa115872e13c6 Mon Sep 17 00:00:00 2001 From: Thomas Kioko Date: Sun, 19 Jan 2025 23:52:09 +0100 Subject: [PATCH] Update configuration --- fastlane/Fastfile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e4f7fa280..4ff395480 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -24,7 +24,7 @@ platform :ios do device: TEST_DEVICE, clean: true, result_bundle: true, - xcargs: "-retry-tests-on-failure", + xcargs: "-retry-tests-on-failure -skipPackagePluginValidation", number_of_retries: 2, fail_build: true, derived_data_path: "derived_data" @@ -37,7 +37,7 @@ platform :ios do device: TEST_DEVICE, clean: true, result_bundle: true, - xcargs: "-retry-tests-on-failure", + xcargs: "-retry-tests-on-failure -skipPackagePluginValidation", number_of_retries: 2, fail_build: true, derived_data_path: "derived_data" @@ -65,7 +65,14 @@ platform :ios do clean: true, skip_package_ipa: true, skip_archive: true, - skip_codesigning: true + skip_codesigning: true, + export_method: "development", + export_options: { + method: "development", + signingStyle: "automatic", + compileBitcode: false, + provisioningProfiles: {} + } ) end