project-imas / encrypted-core-data

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

'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release #339

Open febinpaul opened 2 years ago

febinpaul commented 2 years ago

'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release. While using NSSecureUnarchiveFromDataTransformerName that waring gets removed but will crash on writing

ThePragmaticArt commented 2 years ago

The codebase was last updated 5 years ago. Not sure whom you’re addressing this issue to, but you’ll likely have to resolve it yourself…

brendand commented 2 years ago

It looks like this fork has addressed this issue:

https://github.com/fitmehealth/encrypted-core-data