UE 5.2.1 cannot be built with Mac OS 13.6.1, XCode 15.0.1

Showing Recent Messages

There will be always problem in experimental plugins during initial compiling with error like:

[10/11] Link [Apple] UnrealEditor-ONNXRuntime.dylib

duplicate symbol '_OrtSessionOptionsAppendExecutionProvider_MIGraphX' in:

    /Users/someone/.ue/UnrealEngine-5.2.1-release/Engine/Plugins/Experimental/NNI/Intermediate/Build/Mac/arm64/UnrealEditor/Development/ORT/provider_stubs.cc.o

    /Users/someone/.ue/UnrealEngine-5.2.1-release/Engine/Plugins/Experimental/NNI/Intermediate/Build/Mac/arm64/UnrealEditor/Development/ORT/provider_bridge_ort.cc.o

I need to remove NNI, NearestNeighborModel, VertexDeltaModel, NNE, MLAdapter to compile successfully. But this should be considered as bug now that Setup.command pull in all these plugins.

Thank you.

3 Likes

Hello, can you indicate how to properly remove those plugins, please? Iā€™m quite newbie in compiling Unreal Engine from source on MacOS.
Or if in the meantime you found another solution?

You just go to the plugins directory and remove the whole directories with these names.