From 11571aca6ef7dce6761f147fcbca9742b80c75f2 Mon Sep 17 00:00:00 2001 From: stossy11 Date: Wed, 12 Feb 2025 10:23:48 +0000 Subject: [PATCH] add xcode-select --switch to Compile.md --- Compile.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Compile.md b/Compile.md index 31d6251c7..8f5591340 100644 --- a/Compile.md +++ b/Compile.md @@ -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: