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