From 7c6fc79c236b69c251d2155614bac022a4af95f4 Mon Sep 17 00:00:00 2001 From: Conor Byrne <71222289+cbyrneee@users.noreply.github.com> Date: Mon, 27 Dec 2021 18:06:00 +0000 Subject: [PATCH] Documentation: Recommend using Xcode's command line tools on macOS --- Documentation/BuildInstructionsMacOS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md index e4590483bb..9356cadb5a 100644 --- a/Documentation/BuildInstructionsMacOS.md +++ b/Documentation/BuildInstructionsMacOS.md @@ -2,7 +2,12 @@ # Prerequisites -This installation guide assumes that you have Homebrew, Xcode and `xcode-tools` installed. +This installation guide assumes that you have [Homebrew](https://brew.sh) and Xcode installed. You need to open Xcode atleast once for it to install the required tools. + +Before you build, you must set your command line tools to Xcode's tools instead of the ones installed via Homebrew: +```console +sudo xcode-select --switch /Applications/Xcode.app +``` Make sure you also have all the following dependencies installed: