From 02711b222fd3ac40ea1f0976bc1365d3c92bc62f Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sat, 27 Jul 2024 20:36:04 -0700 Subject: [PATCH] build: Explicitly select XCode 15.2 This is the first fix recommended by Fastlane... Not sure if it will work or not. --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 6d3a590..d2b8f2a 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -39,6 +39,7 @@ platform :ios do xcodeproj: "ios/BinaryClock.xcodeproj" ) + xcversion(version: "15.2") gym echo(message: "----------------------------------------------------------")