Xcode GLFW DYLIBS

Hi
I'm working with Xcode and I am having problems with the dylib.
I'm trying to add two dylibs to XCODE 11, glfw is one of them The other is glm_shared. They are both dylibs and I have them copied to a Frameworks folder. When I build I get the message "library not found for -lglmshared_shared". I used o-tool and
otool -D libglm_shared.dylib
libglm_shared.dylib:
@rpath/libglm_shared.dylib
I don't know exactly how this dylibs work, but you usually do not directly link dynamic librairies. Instead there is supposed to be a static lib for linking. The dynamic lib is used during runtime.
Hello. I have no experience with MacOS and Xcode 11. However I guess that a dev station works efficiently like it does on other platforms. So you have to set correctly your project properties - setting folders where you have your Dynamic Librairies and another one for your libs which link your project to your DLL. A short research gave me many tutorials on YT explaining how to set correctly a project on MacOS. I wish you the best ++

https://www.youtube.com/watch?v=_YvAUgV6GYM
Topic archived. No new replies allowed.