From 647440236d9b4efedd8e727872df902493cfb84c Mon Sep 17 00:00:00 2001 From: Alexandre Reol Date: Thu, 4 Aug 2022 16:35:30 +0200 Subject: [PATCH] Add xcode-select command --- .../Mac-OS-X-Homebrew-Installation-Instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md b/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md index 9b6e8f0e2..4de2ec373 100644 --- a/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md @@ -29,6 +29,7 @@ Early users of macOS Ventura and Xcode 14.0 might run into an error saying that If (and only if) you run into that error, here is the fix: - RE-download the *latest* Command Line Tools of Xcode Beta 14 and install them (again). (https://developer.apple.com/download/all/) +- Run `sudo xcode-select -s /Applications/Xcode-beta.app` in Terminal. - Proceed with Brew installation That should normally fix the issue.