Compiling custom SQLite for an iPhone app

前端 未结 3 733
梦毁少年i
梦毁少年i 2020-12-09 05:35

I\'m trying to compile the SQLite amalgamation source into my iPhone app (to give me access to the full-text searching functionality that isn\'t available in the iPhone-comp

3条回答
  •  执笔经年
    2020-12-09 06:22

    I've managed to do this using the amalgamation and dumped it straight into my project without having to do the linking catlan suggested (I'm not saying it's a bad idea, merely it's possible to do in the main project).

    I didn't need to edit anything (except for adding the necessary FTS define for the text searching) and compiled error free. Check your build settings and ensure '-sqlite3' isn't in your Other Linking Flags.

提交回复
热议问题