add xcode-select --switch to Compile.md

This commit is contained in:
stossy11 2025-02-12 10:23:48 +00:00
parent e04e689bc4
commit 11571aca6e

View File

@ -1,4 +1,3 @@
# Compiling MeloNX on macOS
## Prerequisites
@ -20,6 +19,11 @@ cd MeloNX
./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
Navigate to the **Xcode project file** located at: