Hi,
I am trying to use the SQLCipher IOS integration according to SQLCipher Community Edition - iOS and macOS Tutorial - Zetetic. I am having issues with building the project.
I was able to reproduce this on any new project by simply changing “Compile Sources As” from “According to file type” in to “Objective-C++”. See Dropbox - SQLCypher-Test-Import.zip - Simplify your life.
I tried to change the flag to According to file type but I do have some Objective-C++ code and that seems to break → no longer able to see "#include ".
Did anyone have this issue and managed to solve it?