From 0393f30117dbfb1d6a279ca2ec3445df5cc99ce8 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 22 Jul 2024 11:43:23 -0700 Subject: [PATCH] Also bump ftl to Xcode 15.2 (#1606) --- scripts/build-for-testing.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-for-testing.sh b/scripts/build-for-testing.sh index 8832eb5fc..9e9cf24a1 100755 --- a/scripts/build-for-testing.sh +++ b/scripts/build-for-testing.sh @@ -100,6 +100,7 @@ function xcb() { } # Run xcodebuild +sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer xcb "${flags[@]}" echo "$message"