colima
colima copied to clipboard
Can't install beta/unstable version of Colima, xcode 13.1.2 instead of 13.1?
❯ brew install --HEAD colima
...
==> Checking out branch main
Already on 'main'
Your branch is up to date with 'origin/main'.
HEAD is now at 784cec0 chore: remove external dependency for build script on macOS (#132)
Error: Your Command Line Tools are too outdated.
Update them from Software Update in System Preferences or run:
softwareupdate --all --install --force
If that doesn't show you any updates, run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Alternatively, manually download them from:
https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 13.1.
My version of XCode appears to be 1 minor version above this?
❯ /usr/bin/xcodebuild -version
Xcode 13.2.1
Build version 13C100
I assume this is a simple fix, but maybe I'm doing something goofy!
Thanks for all the work on this btw, I can't wait for Docker For Mac to be faster :)
You can install with --HEAD except you need a particular feature (or fix) that has not been released.