Xcode giving strange error regarding library
21:35 26 Jan 2026

I am attempting to use assimp library. I so far compiled it with cmake according to instructions and now I have included in my linked binary's section of the Xcode project. When I include libassume.6.0.4.dylib it throws a "Library 'assimp.6.0.4' not found" error but if I instead don't include it I get undefined symbol errors. I instead I include libassimp.dylib it throws a "Library 'assimp' not found" error.

For the headers I copy pasted the includes folder into my project.

Thanks for any help.

c++ xcode linker dylib assimp