-
Notifications
You must be signed in to change notification settings - Fork 129
Description
I am running this command and getting this error.
brew install smartthingscommunity/smartthings/smartthings
`==> Auto-updating Homebrew...
Adjust how often this is run with '$HOMEBREW_AUTO_UPDATE_SECS' or disable with
'$HOMEBREW_NO_AUTO_UPDATE=1'. Hide these hints with '$HOMEBREW_NO_ENV_HINTS=1' (see 'man brew').
Warning: Calling 'depends_on macos: :high_sierra' is deprecated! There is no replacement.
Please report this issue to the powershell/homebrew-tap tap (not Homebrew/* repositories):
/usr/local/Homebrew/Library/Taps/powershell/homebrew-tap/Formula/powershell.rb:33
==> Fetching downloads for: smartthings
✔︎ Formula smartthings (1.10.6) [Verifying 35.8MB/ 35.8MB]
==> Installing smartthings from smartthingscommunity/smartthings
Error: Your Command Line Tools (CLT) does not support macOS 26.
It is either outdated or was modified.
Please update your Command Line Tools (CLT) or delete it if no updates are available.
Update them from Software Update in System Settings.
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 26.0.`
Is this because I have Xcode 26.2 CLI Tools installed?
`xcode-select -p
/Library/Developer/CommandLineTools
clang --version
Apple clang version 17.0.0 (clang-1700.0.13.5)
Target: arm64-apple-darwin25.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
sw_vers
ProductName: macOS
ProductVersion: 26.2
BuildVersion: 25C56`