Bonjour,
Alors voilà je me mets à XCode et j'aurais besoin de faire une connexion avec une bdd mysql. J'ai opté pour la solution mysql connector C.
Mais ça ne marche pas :
La compilation du projet xcode me marque suceeded mais :
warning: Unable to read symbols for libmysql.16.dylib (file not found).
warning: Unable to read symbols from "libmysql.16.dylib" (not yet mapped into memory).
Comment faire que cette file soit found ? j'ai googlé en vain.
Alors voilà je me mets à XCode et j'aurais besoin de faire une connexion avec une bdd mysql. J'ai opté pour la solution mysql connector C.
Mais ça ne marche pas :
La compilation du projet xcode me marque suceeded mais :
Bloc de code:
GNU gdb 6.3.50-20050815 (Apple version gdb-1518) (Sat Feb 12 02:52:12 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".
tty /dev/ttys000
sharedlibrary apply-load-rules all
warning: Unable to read symbols for libmysql.16.dylib (file not found).
warning: Unable to read symbols from "libmysql.16.dylib" (not yet mapped into memory).
[Switching to process 3102 thread 0x0]
dyld: Library not loaded: libmysql.16.dylib
Referenced from: /Users/romain/Library/Developer/Xcode/DerivedData/calculette-gjvcpwevbukiwpgflszsnufswvjo/Build/Products/Debug/calculette.app/Contents/MacOS/calculette
Reason: image not found
(gdb)
warning: Unable to read symbols from "libmysql.16.dylib" (not yet mapped into memory).
Comment faire que cette file soit found ? j'ai googlé en vain.