Hi @mmoore
-
There is no other dependencies/pods including SQLite.
-
The cipher_version: “unknown error” on iOS 10, I have not tested on other iOS version
-
Here is the Podfile:
platform :ios, ‘10.0’target 'Enea' do pod 'Charts' pod 'RetroProgress' pod 'Google-Mobile-Ads-SDK' pod 'SQLCipher', '~>4.0' use_frameworks! pod 'YYText' pod 'BTNavigationDropdownMenu' end
-
I will upload it tomorrow later.
-
DB Browser for SQLite version is 3.11.2 Based on SQLCipher 4.1.0
-
I’ll try to do this later, but can it create an encrypted database without sqlite3_key working?
Thanks.