Unable to use SQLCipher #1141
-
Hi there - I'm running into what seems like a common issue: Fatal error: Unresolved error SQLite error 21: GRDB is not linked against SQLCipher. Check https://discuss.zetetic.net/t/important-advisory-sqlcipher-with-xcode-8-and-new-sdks/1688 I have followed the instructions in that article, such that my Running Clean -> Build results in the same issue. Am I missing something here? my podfile:
Linker flags
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hello @oddanderson, I'm surprised by |
Beta Was this translation helpful? Give feedback.
Hello @oddanderson,
I'm surprised by
-l"sqlite3"
, since you don't want to link against the regular SQLite.