Dylib Error in Xcode

Hi


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

Dylib Error in Xcode
 
 
Q