libembree3.3.dylib' (no such file)

Using ue5-main (release also had similar missing lib crashes) everything builds cleanly but I get a missing library error at launch

'/usr/lib/system/introspection/libembree3.3.dylib' (no such file, not in dyld cache), '/Users/tozer/code/UnrealEngine/Engine/Binaries/Mac/libembree3.3.dylib' (),

I see references in the source to different versions of embree and a comment about being able to have different versions side by side, maybe something needs to be configured on my side to get it built?

Apart from this snaggle this has been one of the easiest / cleanest builds of a large piece software I’ve seen, bravo!

For whatever reason the UnrealEngine/Engine/Binaries/Mac/libembree3.3.dylib file in the repo was 0kb, so I downloaded it from https://github.com/embree/embree/releases/download/v3.12.2/embree-3.12.2.x86_64.macosx.zip and replaced the empty file, which seems to have gotten the editor running!