We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c4945 commit ab6734fCopy full SHA for ab6734f
src/ci/scripts/select-xcode.sh
@@ -11,7 +11,9 @@ if isMacOS; then
11
if [[ $old_xcode =~ $SELECT_XCODE ]]; then
12
echo "xcode-select.sh's brutal hack may not be necessary?"
13
exit 1
14
- elif [[ $SELECT_XCODE =~ "16" ]]
+ elif [[ $SELECT_XCODE =~ "16" ]]; then
15
+ echo "Using xcode 16? Please fix xcode-select.sh"
16
+ exit 1
17
else
18
sudo xcode-select -s "16.0.0"
19
xcode_16_path="$(xcode-select --print-path)"
0 commit comments