You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This isn't necessarily a brew issue, more-so an Apple issue which could be mitigated by a note to the user.
What you were trying to do (and why)
Installing Homebrew on the latest macOS Sonoma Beta - 14.0 Beta (23A5301h)
What happened (include command output)
Due to what I assume is apple not yet updating their software update server with the latest CLI tools packages, the xcode-select --install command fails with a generic error about not being able to find a compatible version.
At the current time, manually installing the command line tools from [developer.apple.com] is the easiest way.
This could be implemented as a note to the user if they're running Sonoma? (e.g: "You appear to be running macOS 14, please note that if the GUI popup fails to install the command line tools, you can download the .pkg manually from developer.apple.com")?
The text was updated successfully, but these errors were encountered:
NOTE: This isn't necessarily a brew issue, more-so an Apple issue which could be mitigated by a note to the user.
What you were trying to do (and why)
Installing Homebrew on the latest macOS Sonoma Beta - 14.0 Beta (23A5301h)
What happened (include command output)
Due to what I assume is apple not yet updating their software update server with the latest CLI tools packages, the
xcode-select --install
command fails with a generic error about not being able to find a compatible version.What you expected to happen
Xcode Command Line tools to properly install
Step-by-step reproduction instructions (by running
brew
commands)N/A
Resolution/Mitigation
At the current time, manually installing the command line tools from [developer.apple.com] is the easiest way.
This could be implemented as a note to the user if they're running Sonoma? (e.g: "You appear to be running macOS 14, please note that if the GUI popup fails to install the command line tools, you can download the .pkg manually from developer.apple.com")?
The text was updated successfully, but these errors were encountered: