View Single Post
Old 12-03-2024, 06:47 PM   #6
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,781
Karma: 731691
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
15.4 is, but I think your command there shows the version of xcode-select itself.

I don't have a Mac at hand atm, but this is what the CI does:

Code:
sudo xcode-select -s /Applications/Xcode_15.4.app
xcodebuild -version
xcode-select -p
xcodebuild -version shows the version, xcode-select -p shows the path, and sudo xcode-select -s is to set a different one.
Frenzie is offline   Reply With Quote