Running in swift, when I log out of Facebook... the app terminates with the following reason:
2015-08-13 16:21:17.602 Uluntu[13822:6626781] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'An instance 0x7fc7c8fd9d80 of class UITabBar was deallocated while key value observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x7fc7c8fe6d50> (
<NSKeyValueObservance 0x7fc7c8fe6de0: Observer: 0x7fc7c8fe62a0, Key path: selectedItem, Options: <New: YES, Old: YES, Prior: NO> Context: 0x0, Property: 0x7fc7c8fe6d20>
the Key path "selectedItem" is traced back to BROptionsButton.m.
Any ideas?
Thanks,
Nick
Running in swift, when I log out of Facebook... the app terminates with the following reason:
2015-08-13 16:21:17.602 Uluntu[13822:6626781] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'An instance 0x7fc7c8fd9d80 of class UITabBar was deallocated while key value observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x7fc7c8fe6d50> (
<NSKeyValueObservance 0x7fc7c8fe6de0: Observer: 0x7fc7c8fe62a0, Key path: selectedItem, Options: <New: YES, Old: YES, Prior: NO> Context: 0x0, Property: 0x7fc7c8fe6d20>
the Key path "selectedItem" is traced back to BROptionsButton.m.
Any ideas?
Thanks,
Nick