
The macOS Sonoma beta is not the best fit for use on your primary Mac, unless potential bugs, performance and app compatibility issues aren’t a concern.Īpple officially recommends only installing the developer beta on Macs dedicated to development. Should you install the macOS Sonoma beta? These are the macOS Sonoma features that aren’t available to Intel Macs.Apple announces macOS Sonoma with aerial screensavers, Game Mode, and more.For example, Apple Silicon will be required for features like Game Mode, new video conferencing features, support for Siri working with just “Siri” commands, and more. Keep in mind not all of the new features will be available for all Macs. We’ll also cover a few tips on whether it’s worth it to install the macOS beta on your Mac.Īpple showed off macOS Sonoma at its WWDC keynote and made the developer beta (now free for anyone with an Apple ID) available right after. In this case xcode-select -reset works as pointed by akozin.Curious to test out what’s new in the upcoming major macOS release? From interactive widgets, new wallpapers and aerial screensavers, to Safari upgrades, Game Mode, and more, follow along for how to install macOS Sonoma beta. You may get an error message: "Can't install the software because it is not currently available from the Software Update server". I found the solution in this question, Command Line Tools not working. Sudo xcode-select -switch /Library/Developer/CommandLineTools

sudo xcode-select -switch /Applications/Xcode.app

As a follow on step, you may need to reset the path to Xcode if you have several versions or want the command line tools to run without Xcode. The problem is that one needs to explicitly agree to the license agreement. If the above alone doesn't do it, then also run: sudo xcode-select -reset You do not need Xcode, you can install only the Command Line Tools here, it is about 130 MB (600 MB as of Xcode v14.1). (The popped Window may be behind other windows.) This will pop a dialogue box, Select "Install", and it will download and install the Command Line Tools package and fix the problem.

Open Terminal, and run the following: xcode-select -install
