Hello,
I have been using SQLCipher for years in an iOS Swift project. It now uses pods to manage the dependency on SQLCipher. Everything works fine in Xcode 11.7, but it looks like the preprocessor macro: SQLITE_HAS_CODEC=1 is no longer being recognized in Xcode 12. Does anyone have a work around for this, yet?
OK. I should have done that from scratch. I got caught up in the fact that it was working for so long and then just stopped with the Xcode 12.0 update. I went back and did one of the those uninstall everything and start over. That project has a lot of legacy flags, and paths set in build settings. I removed everything and then started over. Also, added the bridging file. It was working without that previously. Now it’s there. Just like the instructions instructed. lol