yabai icon indicating copy to clipboard operation
yabai copied to clipboard

`brew install yabai` doesnt know about xcode 13.3.1

Open bob-the-forestor opened this issue 2 years ago • 0 comments

➜ ~ brew install yabai ==> Downloading https://github.com/koekeishiya/yabai/releases/download/v4.0.0/yabai-v4.0.0.tar.gz Already downloaded: /Users/me/Library/Caches/Homebrew/downloads/c729621f1f1224f4082f68cc2ab116270ee7a204b621cad13c5abce5aaec995c--yabai-v4.0.0.tar.gz ==> Installing yabai from koekeishiya/formulae 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.3.

➜ ~ sudo xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" to install updates

➜ ~ softwareupdate --list Software Update Tool

Finding available software No new software available.

➜ ~ xcrun xcode-select --print-path /Applications/Xcode.app/Contents/Developer

➜ ~ xcrun xcodebuild -version Xcode 13.3.1 Build version 13E500a

bob-the-forestor avatar Apr 29 '22 19:04 bob-the-forestor