Closed bestimmaa closed 8 years ago
And I have no idea how this can happen. Dealloc is implemented and does deregister all observers...
This is mostly due to a change in iOS 10 as described here: https://forums.developer.apple.com/thread/53636
Turns out... the version obtained from cocoapods still includes the init method which is responsible for registering the KVO twice. The source over at the repository already includes this fix!