From 415acf6722b631deb7a50f350c36d03f47f978eb Mon Sep 17 00:00:00 2001 From: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com> Date: Wed, 17 May 2023 10:57:39 +0100 Subject: [PATCH] Making clearer that Command Line Tools must be installed Signed-off-by: Matheus Gomes Signed-off-by: Matheus Gomes --- docs/INSTALL.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index c19f7762c4..a2c5612cc4 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -480,13 +480,13 @@ Building Organic Maps for iOS requires a Mac. Ensure that you have at least 20GB of free space. -Install Command Line Tools: +After [getting all sources](#getting-sources), please make sure that Command Line Tools are installed: -- Launch Terminal application on your Mac. -- Type `git` in the command line. -- Follow the instructions in GUI. +```bash +xcode-select --install +``` -Install [Xcode](https://apps.apple.com/ru/app/xcode/id497799835?mt=12) from AppStore. +Then, install [Xcode](https://apps.apple.com/app/xcode/id497799835?mt=12) from AppStore. Enroll in the [Apple Developer Program](https://developer.apple.com/programs/) (you can run Organic Maps in Simulator without this step). @@ -494,7 +494,7 @@ Enroll in the [Apple Developer Program](https://developer.apple.com/programs/) ( Set up your developer account and add certificates: -- Run Xcode. +- Open Xcode. - Click "Xcode" → "Preferences". - Open "Account" tab. - Enter account credentials from the previous step.