jeudi 25 juin 2015

In CocoaPods, how do I use 1 sqlite across multiple dependencies?

FMDB contains a subspec for the latest SQLite with FTS & Unicode61 support. However, unless I import SQLite myself as a dependency, the linker was complaining it couldn't find the sqlite commands when I directly accessed the sqlite api myself.

Related, I have other dependencies (AWS has its own FMDB) that seem to require sqlite... how do I make sure there's just 1 sqlite that they all can access, and its the one I want (latest, fts, unicode61)? AWSCore is currently giving me a non-module header inside framework error with #import "sqlite3.h"

Aucun commentaire:

Enregistrer un commentaire