Xcode giving Library not found errors [closed]

19 hours ago 3
ARTICLE AD BOX

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 libassimp.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.

user25211590's user avatar

3

Read Entire Article