I downloaded the dylib's from mysql.com and I added them to my Xcode project, along with the header files. However, whenever I try to compile, I get:
I guess I'm not adding the dynamic library to my project properly. Has anyone does this before?
Code:
dyld: Library not loaded: libmysql.16.dylib
Reason: image not found
I guess I'm not adding the dynamic library to my project properly. Has anyone does this before?