clang:错误:链接器命令失败,退出代码1(使用-v查看调用),同时添加libsqlite3.tbd

时间:2017-07-14 07:04:53

标签: ios objective-c iphone xcode sqlite

我想在我的应用程序中添加数据库和表,但问题是,当我尝试创建数据库和表时,我遇到以下错误,可能是什么问题,请帮忙,

我在其他项目中使用了相同的代码和所有内容,因为它的工作正常,但在这个中不起作用

我还在构建阶段添加了libsqlite3.tbd,将二进制文件与项目链接起来 以下是我面临的错误。

ld: warning: ignoring file /Users/nareshyeligatty/Desktop/iPhoneProjects/NikitaWedsAnuj/libsqlite3.tbd, missing required architecture x86_64 in file /Users/nareshyeligatty/Desktop/iPhoneProjects/NikitaWedsAnuj/libsqlite3.tbd (3 slices)

架构x86_64的未定义符号:   “_sqlite3_exec”,引自:        - AppDelegate.o中的[AppDelegate recordExistOrNotuser:]   “_sqlite3_open”,引自:        - AppDelegate.o中的[AppDelegate recordExistOrNotuser:]   “_sqlite3_errmsg”,引自:        - AppDelegate.o中的[AppDelegate recordExistOrNotuser:]   “_sqlite3_prepare_v2”,引自:        - AppDelegate.o中的[AppDelegate recordExistOrNotuser:]   “_sqlite3_step”,引自:        - AppDelegate.o中的[AppDelegate recordExistOrNotuser:]   “_sqlite3_finalize”,引自:        - AppDelegate.o中的[AppDelegate recordExistOrNotuser:]   “_sqlite3_close”,引自:        - AppDelegate.o中的[AppDelegate recordExistOrNotuser:] ld:找不到架构x86_64的符号 clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)

0 个答案:

没有答案