sqlite3 xcode libsqlite3.dylib
我的项目中有错误:未找到 sqlit3_open 和 sqlite_close 符号。 请问我该如何解决这个问题。
我添加了框架 libsqlite3.dylib 和标题#import“sqlite3.h”。 问题依然存在。
请注意我的英语很差,
谢谢大家
I have an error in my projet: sqlit3_open and sqlite_close symbol not found.
please how can I resolve this problem.
I added the framework libsqlite3.dylib and the header #import "sqlite3.h".
the problem persist.
please my english is very bad, done make atention
thank all
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是在 ios 中使用 sqlite3 的好例子
http://www.icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/
检查一下。
here is good example of sqlite3 use in ios
http://www.icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/
check this.