error " ld: library not found for -lmysqlclient " clang: error: linker command failed with exit code 1 (use -v to see invocation)
I add a c++ file in my project. The file include some librarys ,here is the list:
"Sqlite3.h"
<sqlite3.h>
<iostream>
<sstream>
<set>
<utility>
<stdio.h>
<stdlib.h>
<string.h>
<map>
<list>
<math.h>
<algorithm>
what's the problem ? should I have to change some setting in Xcode?