Yevhen Dubinin

Results 3 comments of Yevhen Dubinin

FYI. So far, my workaround: ``` if ([[PDKeychainBindings sharedKeychainBindings] objectForKey:@"myKey"]) { [[PDKeychainBindings sharedKeychainBindings] removeObjectForKey:@"myKey"]; } ```

@danielkramer hm, I do not have my app crashed upon the error. It is just the message, I don't prefer to be printed to the console. Do you see the...

For reference, [this fork](https://github.com/tereks/SignalKit.git) is an attempt to migrate the project to Swift 3