Thank you
thanks, solved issue!
You need to install Xcode from the App Store (launch it and search for Xcode then click Install). See this page: MacoS Development Requirements for Unreal Engine | Unreal Engine 5.3 Documentation, but I don’t know which version is compatible with UE 4.27 any more.
Once you have Xcode installed, you’ll need to launch it once and install the command line tools when prompted.
wow it actually worked first time, thanks
that worked. thanks
Thanks alot
This worked for me! Thank you so much!
Thank you! Worked perfectly for Unreal Editor 5.3.2 after installing XCode via the App Store and running it.
This works for me instantly. Thank you!
Worked for me, thanks!
Thanks! It worked for me. M1 MacBook Pro (Ventura 13.5.1).
This worked, thanks!
Hi all!
Just wanted to share my workflow on how I got it to work since I forgot to put the password in after the command in terminal…
- Install Unreal
- Install Xcode
- Run Xcode and accept a License
- Run Terminal and exec:sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- Enter your password in and press enter (the password is invisible so it might be confusing)
- Run Unreal and it should work.
Perfect. Thanks!
Thanks! This worked for me immediately!
Worked for me perfectly with “sudo xcode-select -s /Applications/Xcode.app/Contents/Developer” in Terminal… with Mac 10.15 Catalina, Xcode 11.3.1, and Engine Version 4.27.2
For anyone who has trouble installing Xcode because they are stuck to an older version of MacOS because their hardware doesn’t support the newest version there are two solutions:
- If you have ever gotten Xcode from the Mac App Store before: you can still download that old version: go to you account page in the App Store and download Xcode from there. It will install the latest version that is compatible with your MacOS version.
- If you have never downloaded Xcode before this won’t work for you. But you may be able to get your old hardware to run the newest version of MacOS by using Opencore Legacy Patcher (google it). I’m running Sonoma on a Mac from 2008… But: this is not for the faint of heart, and be sure to read all the warnings and check that you Mac is actually compatible.
Using the select command in xcodes works as well.
xcodes select /Applications/Xcode-15.3.0.app
You can specify sudo or it will ask for the password.
Worked for me with UE 5.3.2, thanks!
thanks you for help))))