UE5 Cannot install Mac SDK

I want to package my project using the mac platform (using a W11 computer), however, I get a notice in the spot to install the SDK saying, “The platform’s SDK status was not returned from Turkney”. A note that Mac was under the Platforms with no compiled support section, but I still think you can Install SDKs either way, If im not mistaken. All help is greatly appreciated. Thanks!

Hey @S11GHTINGZ, welcome to the Unreal community!

That message is coming up because you need to build for Mac on a device running a Mac operating system! You don’t need to convert the files in any way, but you will need a Mac environment and then follow this document to set up xcode to compile your projects. It may seem inconvenient to need a Mac environment to build Mac projects, but you will need one for testing at any rate. You are free to build the project entirely on a Windows computer, zip it up, and transfer to any Mac which has been properly set up in order to build.

I hope this information helps!