From 9b34d4dbbb89bd9e125e97af4dd0f19ff46c20f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20B=C3=BCnz?= Date: Mon, 5 Aug 2024 09:07:46 +0200 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f34db08b..80d2c570 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -14,7 +14,8 @@ platform :ios do project: "CriticalMaps.xcodeproj", scheme: Scheme, device: 'iPhone 12', - result_bundle: true + result_bundle: true, + xcargs: '-skipPackagePluginValidation -skipMacroValidation' ) trainer(path: "./fastlane/test_output", output_directory: "./fastlane") end