Can I run unreal 5.3 with xcode 15 on Mac Sonoma

426 Views Asked by At

I'm trying to run Unreal 5.3 and Unreal 5.1 projects with C++ on the latest Mac Sonoma along with Xcode 15. Keep getting an error of "Platform Mac is not a valid platform to build. Check that the SDK is installed properly."

1

There are 1 best solutions below

0
On

As of the time of writing - it's not possible. Instead Download and install Xcode 14.

When trying to install you will get an error not supported - use later version. It will deny it on Sonoma, but you can right click and open content. Then open /Applications/Xcode_14.app/Contents/MacOS/Xcode

Than open xcode 14, navigate to settings and choose the built tools for xcode 14 enter image description here

Than try again to open an unreal project with C++ and it will work