From 261a79579c3cec46f075a030261ff9fe03e770f2 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 12 May 2025 14:20:03 -0400 Subject: [PATCH] Rollback Xcode to 16.2 (#277) --- ios/fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 6962427..c47d601 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -19,9 +19,9 @@ platform :ios do desc "Push a new beta build to TestFlight" before_all do - xcode_select("/Applications/Xcode_16.3.0.app") + xcode_select("/Applications/Xcode_16.2.0.app") end - + lane :build do # Do some things like setting up a temporary keystore to host secrets in CI