Skip to content

Commit 95a6216

Browse files
authored
Update ReadMe.md: add info about Xcode-select (#408)
1 parent 5ce469b commit 95a6216

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ReadMe.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ cp commandLine.exe ../frontend/app/projectGenerator.exe
3838
xcodebuild -configuration Release -target commandLine CODE_SIGN_IDENTITY="" -project commandLine.xcodeproj
3939
cp bin/projectGenerator ../frontend/app/
4040
```
41+
On macOS, if you get this error:
42+
> xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
4143
44+
It's probably because your Command Line Tools were installed via Home Brew or some other mechanism. You need to re-select the whole Xcode install by executing:
45+
```
46+
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
47+
```
4248
## Build the frontend electron app
4349
Note: see the more detailed guide include node install in the frontend [ReadMe](frontend/ReadMe.md)
4450
```

0 commit comments

Comments
 (0)