且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将 sqlite 框架正确添加到 Xcode 项目中?

更新时间:2023-02-17 07:49:39

我目前不在 Mac 面前,但我认为在 Build Phases 下您需要做的就是转到将二进制文件与库链接,点击添加按钮并输入sqlite",以便您可以选择 libsqlite3.

I'm not in front of a Mac at present, but I think all you need to do under Build Phases is go to Link Binaries with Libraries, hit the add button and type in "sqlite" so you can select libsqlite3.