forked from MeloNX/MeloNX
add xcode-select --switch to Compile.md
This commit is contained in:
parent
e04e689bc4
commit
11571aca6e
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Compiling MeloNX on macOS
|
# Compiling MeloNX on macOS
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
@ -20,6 +19,11 @@ cd MeloNX
|
|||||||
./compile.sh
|
./compile.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You may need to run this command if compilation fails. (You will need to put in your user password. Your password will not be shown at all.)
|
||||||
|
```
|
||||||
|
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
|
||||||
|
```
|
||||||
|
|
||||||
### 2. Open the Xcode Project
|
### 2. Open the Xcode Project
|
||||||
|
|
||||||
Navigate to the **Xcode project file** located at:
|
Navigate to the **Xcode project file** located at:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user