From a5a49810a26ef28a0177bac166257de9df6b0ea7 Mon Sep 17 00:00:00 2001 From: Mubarak Sadoon Date: Wed, 29 Mar 2023 09:48:31 -0400 Subject: [PATCH] specified xcode version in fastfile. --- .fastlane/Fastfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.fastlane/Fastfile b/.fastlane/Fastfile index 505a1f5c47..0dbcdd7d3b 100644 --- a/.fastlane/Fastfile +++ b/.fastlane/Fastfile @@ -1,5 +1,5 @@ fastlane_version "2.158.0" - +xcversion(version: "8.1") default_platform :ios platform :ios do @@ -231,8 +231,7 @@ platform :ios do export_method: options[:export_method], scheme: "Kickstarter-iOS", configuration: options[:configuration], - export_options: export_options, - sdk: "iOS 15.4" + export_options: export_options ) end