iphone - iOS - sqlite3_column_origin_name -


did tried function (sqlite3_column_origin_name) on objective-c? exists in sqlite3.h error when try use it:

undefined symbols architecture i386: "_sqlite3_column_origin_name", referenced from: +[sqlcommunication executeselect:] in sqlcommunication.o ld: symbol(s) not found architecture i386 collect2: ld returned 1 exit status

thanks

i use sqlite3_column_name(). find sqlite3_column_origin_name() not work in ios.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -