Skip to content

Commit b0cf252

Browse files
committed
dont set xcode within script
1 parent 4c5d62c commit b0cf252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-for-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function xcb() {
107107
}
108108

109109
# Run xcodebuild
110-
sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
110+
sudo xcode-select -p
111111
xcb "${flags[@]}"
112112
echo "$message"
113113

0 commit comments

Comments
 (0)