From 6ecf852cb060f7eae36a0e7f3dd584709e62b0d6 Mon Sep 17 00:00:00 2001 From: Mubarak Sadoon Date: Wed, 29 Mar 2023 20:10:52 -0400 Subject: [PATCH] added xcodes instead of xcversion -- lets see if the error is same on remote as on local --- .fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fastlane/Fastfile b/.fastlane/Fastfile index 9ccbf70b46..459d281fd9 100644 --- a/.fastlane/Fastfile +++ b/.fastlane/Fastfile @@ -1,5 +1,5 @@ fastlane_version "2.158.0" -xcversion(version: "13.3.1") +xcodes(version: "13.3.1", select_for_current_build_only: true) default_platform :ios platform :ios do