stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.67k stars 1.56k forks source link

After update to 0.12 misuse error 21. #934

Closed lucascorrea closed 3 years ago

lucascorrea commented 5 years ago

Guys, after I've updated to version 0.12 SQLite.swift and Cypher. Now it's happening it every time. I can't get a connection. Did anyone get the same error?

Installing SQLCipher 4.1.0 (was 4.0.1) Installing SQLite.swift 0.12.0 (was 0.11.5)

[logging] misuse at line 222151 of [95fbac39ba] not an error (code: 21)

SolorzanoJose commented 5 years ago

Yes, I'm getting the same error

CC-iOS-feifei commented 3 years ago

Have you solved it?

lucascorrea commented 3 years ago

Hey, It was a long time ago that I don't use SQLite.swift, I saw that has so many updates, maybe it has been solved.

nathanfallet commented 3 years ago

Try with 0.13.0. Please reopen this issue if it still don't work.