Xcode Download 14.2
sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
Before double-clicking, verify the file integrity via Terminal: xcode download 14.2
shasum -a 256 ~/Downloads/Xcode_14.2.xip
(Compare the output with the checksum on the Apple Developer site). sudo xcode-select -s /Applications/Xcode_14
Use xcode-select to switch between versions: (Compare the output with the checksum on the
sudo xcode-select --switch /Applications/Xcode_14.2.app/Contents/Developer
Verify with:
xcodebuild -version
For developers who need multiple Xcode versions: