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_rekey' is invalid in C99 Swift4 Xcode 9.4.1 #306

Open oNgoSyTruong opened 6 years ago

oNgoSyTruong commented 6 years ago

Change

import

to

import <SQLCipher/sqlite3.h>

It's work !!!

tuyenbq-0446 commented 6 years ago

but while running on iOS 9 , app crashed with no reason, damn