I get the following error when try to add SQLCipher subspec on Xcode 8 in a Swift 3 project:
dyld: lazy symbol binding failed: Symbol not found: _sqlite3_key
Referenced from: /Users/USER/Library/Developer/Xcode/DerivedData/myproject/Build/Products/Debug/myproject.app/Contents/MacOS/../Frameworks/SQLite.framework/Versions/A/SQLite
Expected in: /usr/lib/libsqlite3.dylib
dyld: Symbol not found: _sqlite3_key
Referenced from: /Users/USER/Library/Developer/Xcode/DerivedData/myproject/Build/Products/Debug/myproject.app/Contents/MacOS/../Frameworks/SQLite.framework/Versions/A/SQLite
Expected in: /usr/lib/libsqlite3.dylib
I tried the solution from zetetic to no avail.
I get the following error when try to add SQLCipher subspec on Xcode 8 in a Swift 3 project:
dyld: lazy symbol binding failed: Symbol not found: _sqlite3_key
Referenced from: /Users/USER/Library/Developer/Xcode/DerivedData/myproject/Build/Products/Debug/myproject.app/Contents/MacOS/../Frameworks/SQLite.framework/Versions/A/SQLite
Expected in: /usr/lib/libsqlite3.dylib
dyld: Symbol not found: _sqlite3_key
Referenced from: /Users/USER/Library/Developer/Xcode/DerivedData/myproject/Build/Products/Debug/myproject.app/Contents/MacOS/../Frameworks/SQLite.framework/Versions/A/SQLite
Expected in: /usr/lib/libsqlite3.dylib
I tried the solution from zetetic to no avail.