From 1ebf8bc3a874174f88af1b1a9082e4047f42b274 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 9 Sep 2024 14:55:32 +0300 Subject: [PATCH] Remove `skipPackagePluginValidation` --- fastlane/Fastfile | 1 - 1 file changed, 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 5b46fd1f0d..0cc82e7eec 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -95,7 +95,6 @@ lane :unit_tests do |options| ensure_devices_found: true, result_bundle: true, number_of_retries: 3, - xcargs: '-skipPackagePluginValidation', ) end