How to finish install Unreal Engine 5.6 to Macbook Pro M1 (2021).

Hi. Japanese trying to install Unreal Engine 5.6 (the newest ver, right?) to MacBook Pro M1 (2021).
When click 起動 up right on page, after a moment comes up a little cute window said below:

Xcode Metal コンパイラのエラー:error: error: cannot execute tool ‘metal’ due to missing Metal Toolchain; use: xcodebuild -downloadComponent MetalToolchain

WTH does that mean? Ansd how should It make my dream start come real on this Engine??
Please Help this wandering sheep…

1 Like

ohayou g.. welcome to the forums.

i don’t use mac. but what it’s saying is that you need a specific app to work with metal (the Metal toolchain). and you can obtain it running the command.

open a “terminal” and paste the command

xcodebuild -downloadComponent MetalToolchain

and hopefully that will fix it.

if it doesn’t please paste the error you get.

good luck!