From 43caaebddb8c0b854a7d20b15299607d5dd1ffa6 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 11 Aug 2023 17:05:48 +0300 Subject: [PATCH] Drop down to Xcode 14.2 in an attempt to fix the linting --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0e8ed17cf..c029c05bd 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -18,7 +18,7 @@ platform :ios do before_all do # Ensure used Xcode version - xcversion(version: "~> 14.3") + xcversion(version: "14.2") end #### Pod ####