Reputation: 412
App got crashed when i try to pick item from collection view,can anyone help me with this crash log? i need to locate inside my source where is the problem!?
Upvotes: 0
Views: 26
Reputation: 1509
The stack trace shows a "notify observers" call, so my guess is that you have a KVO bindings that you are not deregistering from or keeping the target alive to be called.
Upvotes: 1