突然间,我在项目中遇到以下编译错误:
Undefined symbols for architecture arm64:
"_sqlite3_mprintf", referenced from:
_linphone_core_store_call_log in liblinphone.a(call_log.c.o)
_linphone_chat_message_store in liblinphone.a(message_storage.c.o)
_linphone_chat_message_store_state in liblinphone.a(message_storage.c.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
答案 0 :(得分:1)
您的Xcode项目似乎缺少sqlite3
所需的liblinphone
引用:
现在它应该构建并运行。
答案 1 :(得分:0)
我下载了新的xcode测试版并修复了它。