Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install beta/unstable version of Colima, xcode 13.1.2 instead of 13.1? #150

Open
ckcollab opened this issue Jan 28, 2022 · 1 comment

Comments

@ckcollab
Copy link

ckcollab commented Jan 28, 2022

❯ 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 :)

@abiosoft
Copy link
Owner

abiosoft commented Feb 1, 2022

You can install with --HEAD except you need a particular feature (or fix) that has not been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants