matej
07/06/2021, 7:35 PMsyntax error in "PRAGMA key = ?"
when opening the DB and I'm out of ideas at this point.
What I do differently than outlined in the article:
• I'm using the official cocoapods plugin since you mentioned you will be deprecating your fork of it (if it's not already deprecated)
• I'm not overriding the SQLiter version because 0.7.1 seems to be incompatible with Kotlin 1.5, which is what I'm targeting with this project
• My dependencies are SQLDelight 1.5.0 and SQLCipher 4.4.3
To your knowledge, has anything else changed significantly since that article, that could be causing this? Any help will be greatly appreciated.