开发者

is FTS available in the iOS build of SQLite?

开发者 https://www.devze.com 2023-03-05 02:46 出处:网络
I am interested in using the full text search capability of SQLite. I understand it was not co开发者_如何转开发mpiled in to the iPhone/iOS version.

I am interested in using the full text search capability of SQLite.

I understand it was not co开发者_如何转开发mpiled in to the iPhone/iOS version.

Is this still the case?


It is not available in the standard build of sqlite3 on iOS But you can still use it.

The best way to use it is to download the sqlite3 amalgamation and configure it for FTS3. Add the sqlite3.c and sqlite3.h file to your project and remove sqlite3 from your frameworks list on your application.

Statically adding it this way will work perfectly.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号