matthewpalmer / Locksmith

A powerful, protocol-oriented library for working with the keychain in Swift.
MIT License
2.92k stars 266 forks source link

App crashing when calling 'loadDataForUserAccount' #182

Closed RPiyush closed 6 years ago

RPiyush commented 6 years ago

I am using swift 3 and Locksmith version 4.

when I call Locksmith.loadDataForUserAccount(userAccount: "test") my application crashes her, any suggestion for this?

crpr commented 6 years ago

This is happening to me to with this exception -[NSDictionary initWithObjects:forKeys:]: count of objects (0) differs from count of keys (1)'