project-imas / encrypted-core-data

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

Fix for issues #115 and #268 #279

Closed tomasz-czyzak closed 7 years ago

tomasz-czyzak commented 7 years ago

Any chance for release? on cocoapods?

soch commented 7 years ago

Can you add the cast to int to remove the warning like so: status = sqlite3_key(database, passBytes.bytes, (int)passBytes.length); and status = sqlite3_rekey(database, passBytes.bytes, (int)passBytes.length);