ios - Undefined symbols for architecture i386: "_sqlite3_open", referenced from: -


enter image description hereenter image description herei have sqlite3.dylib in application, give me upper error don't know how fix error. please me waiting?

undefined symbols architecture i386:

"_sqlite3_open", referenced from:

-[mydatabase openorcreatedatabase:] in mydatabase.o enter image description here "_sqlite3_exec", referenced from:

-[mydatabase createtable:] in mydatabase.o

-[mydatabase inserttable:] in mydatabase.o

-[mydatabase updatatable:] in mydatabase.o

-[mydatabase querrytablebycallback:] in mydatabase.o

"_sqlite3_close", referenced from:

-[mydatabase closedatabase] in mydatabase.o

"_sqlite3_get_table", referenced from:

-[mydatabase querrytable:] in mydatabase.o

ld: symbol(s) not found architecture i386

clang: error: linker command failed exit code 1 (use -v see invocation)

you're showing linked libraries "fortress of muslim" target, linker error happening on other target, "fortress of muslimtests" target.

either remove dependency sqlite in "tests" target, or include sqlite list of linked libraries target.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -