<@U8NMFHUGJ> I've tried following your series of a...
# multiplatform
m
@kpgalligan I've tried following your series of articles with Sam Hill on getting SQLCipher to work with KMM, but iOS specifically is being a real pain. I'm getting
syntax 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.