Skip to content

Commit

Permalink
[docs] Additional xcode-select step for troubleshooting (yugabyte#7476)
Browse files Browse the repository at this point in the history
* Added an additional step to ensure xcode-select is pointing to the right directory post install
  • Loading branch information
aishwarya24 authored and YintongMa committed May 26, 2021
1 parent b321613 commit 028e50f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ Follow these steps if this is the first time you are setting up to work on the d
>
> Only now do `git` commands start to work normally. Now, too (but not before) `npm ci` works properly.
Note:
In some cases, an additional step may be necessary to make sure `xcode-select` is pointing to the correct Xcode or Command-Line Tools installation. For example:

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

Then:

Fork the yugabyte-db GitHub repository and create a local clone of your fork with a command like this:
Expand Down

0 comments on commit 028e50f

Please sign in to comment.