Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MvR

macrumors newbie
Original poster
Jul 29, 2008
12
0
I attempted to call sqlite3_table_column_metadata which is defined in sqlite3.h, but get the symbol(s) not found error. All other sqlite3 calls link properly.

Has anyone seen this?
 

PhoneyDeveloper

macrumors 68040
Sep 2, 2008
3,114
93
sqlit3.h says

** This API is only available if the library was compiled with the
** SQLITE_ENABLE_COLUMN_METADATA preprocessor symbol defined.
*/
int sqlite3_table_column_metadata(
 

springframework

macrumors member
Mar 31, 2008
59
0
you probably didn't add the proper libsqlite3.0.dylib framework

this is the only sqlite framework i have tried, the other ones may work, im not sure.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.