Yevhen Dubinin
Results
2
issues of
Yevhen Dubinin
[This fork](https://github.com/tereks/SignalKit.git) with Swift 3 support, fails on the following Unit Test `NotificationObserverTests.testDisposeOnDeinit()`
Calling ``` [[PDKeychainBindings sharedKeychainBindings] removeObjectForKey:@"myKey"]; ``` returns ``` Could not store(Delete) string. Error was:-25300 ``` While investigating it, I've found that this is a custom `NSLog` string, logged when the...