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

MvR

macrumors newbie
Original poster
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?
 
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(
 
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.