Update README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,11 @@ While these models and instructions were created for [Guernika](https://apps.app
|
|
14 |
|
15 |
- Make sure you have [Xcode](https://apps.apple.com/app/id497799835) installed.
|
16 |
|
17 |
-
- Once installed run the following
|
18 |
|
19 |
```shell
|
20 |
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/
|
|
|
21 |
```
|
22 |
|
23 |
- You should now be ready to start converting models!
|
|
|
14 |
|
15 |
- Make sure you have [Xcode](https://apps.apple.com/app/id497799835) installed.
|
16 |
|
17 |
+
- Once installed run the following commands:
|
18 |
|
19 |
```shell
|
20 |
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/
|
21 |
+
sudo xcodebuild -license accept
|
22 |
```
|
23 |
|
24 |
- You should now be ready to start converting models!
|