Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图将我的应用程序放在物理 iPhone 中,但 xCode 告诉我找不到库 libsqlite3.0.dylib。
错误代码 :
ld:找不到-lsqlite3.0 clang的库:错误:链接器命令失败,退出代码为1(使用-v查看调用)
我无法使用 libsqlite3.dylib,因为我误删了它,并且找不到下载链接。
该应用程序在 IOS 模拟器上完美运行。
谢谢你的帮助 !!
编辑 !
我重新安装了 xCode 并使用 sqlite3.dylib 框架并完美运行!