jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

'NSKeyedUnarchiveFromData' should not be used #172

Open DanielZanchi opened 2 years ago

DanielZanchi commented 2 years ago

I keep getting this message: 'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release

Any solution to avoid seeing this?