From f055dbda64f90dd64fdf921c69e9d90b9d821b0e Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sun, 8 Jun 2025 01:29:06 -0700 Subject: [PATCH] ci: Remove `xcversion` invocation Just use the currently installed version of XCode. --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ec4dbf7..3848ff1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -39,7 +39,7 @@ platform :ios do xcodeproj: "ios/BinaryClock.xcodeproj" ) - xcversion(version: "16.3") + # xcversion(version: "16.3") gym echo(message: "----------------------------------------------------------") -- 2.51.2