From 238bc830862f4e683695aa15b70a0a886ff1fea3 Mon Sep 17 00:00:00 2001 From: Mubarak Sadoon Date: Wed, 29 Mar 2023 13:03:31 -0400 Subject: [PATCH] reverted to using xcversion --- .fastlane/Fastfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.fastlane/Fastfile b/.fastlane/Fastfile index ae88fd27c6..359bf10c6a 100644 --- a/.fastlane/Fastfile +++ b/.fastlane/Fastfile @@ -1,8 +1,5 @@ fastlane_version "2.158.0" -xcodes( - version: '13.3.1', - select_for_current_build_only: true, -) +xcversion(version: "13.3.1") default_platform :ios platform :ios do