Skip to content

Using SQLite.swift with SQLCipher #570

@muvic08

Description

@muvic08

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions