Hello, I am running Sonoma 14.8 with xcode 15.4 and Unreal 5.61.
I am getting a linker error when trying to build any project on my mac and have no idea why.
I have a uninstalled and reinstalled unreal, tried using multiple install locations and reinstalled xcode multiple times, I found the usual macos gotchas but now I am grasping at straws.
These are the steps:
- create an empty bp only project with unreal
- launch successfully, package → linker error
- add a c++ actor class
- close unreal
- generate xcode project files
- open workspace with xcode
- try to build
- build successfully
- linker error
this is the linker error I receive
ld: can’t read the content of loader_path/../../../../../../Shared/Epic Games/UE_5.6/Engine/Binaries/Mac: Is a directory
full log:
Log.txt (344.7 KB)
I have no idea what the issue could be any help would be greatly appreciated. I don’t have another machine to try this on.
