project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Implicit declaration of function 'sqlite3_key' is invalid in C99 #282

Closed dvi closed 7 years ago

dvi commented 7 years ago

Hi, I trying to build my project on Xcode 9 beta I am getting the following two errors.

Implicit declaration of function 'sqlite3_key' is invalid in C99 Implicit declaration of function 'sqlite3_rekey' is invalid in C99

podfile:

inhibit_all_warnings! use_frameworks!

target 'MyApp' do pod 'EncryptedCoreData', :git => 'https://github.com/project-imas/encrypted-core-data.git' end

Any thoughts?

jcavar commented 7 years ago

Should be solved by https://github.com/project-imas/encrypted-core-data/pull/283

dvi commented 7 years ago

tnx!