Skip to content

Commit

Permalink
Added instruction to fix fix xcodebuild error
Browse files Browse the repository at this point in the history
  • Loading branch information
Parajulibkrm committed Jan 4, 2024
1 parent d8e321b commit bb7452d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ A english-nepali transliteration *cloud* input method that uses [Google Input To
./build.sh
```

if you get this error

```
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
```

then run this command

```
sudo xcode-select -r
```

> The output will be `Users/[username]/Library/Input\ Methods/GoogleInputTools.app`
3. Open `System Preferences` -> `Keyboard` -> `Input Sources`, click `+` to add a new input method, choose `English` -> `Google Input Tools`.
Expand Down

0 comments on commit bb7452d

Please sign in to comment.