You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
Disclaimer: I'm new to this stuff and might simply be doing something wrong.
Deallocating an RBLPopover that was initialized with an RBLViewController causes the app to crash with EXC_BAD_ACCESS in custom_viewWillMoveToWindow: when accessing self.rbl_viewController. My guess is that the associated rbl_viewController already got dealloced and left a dangling pointer.
Thanks for reporting this! Seems like we aren't zeroing out rbl_viewController properly. We'd be happy to review a pull request fixing this, if anyone wants to take a stab at it.
Disclaimer: I'm new to this stuff and might simply be doing something wrong.
Deallocating an RBLPopover that was initialized with an RBLViewController causes the app to crash with EXC_BAD_ACCESS in
custom_viewWillMoveToWindow:
when accessingself.rbl_viewController
. My guess is that the associated rbl_viewController already got dealloced and left a dangling pointer.Here's how I setup the popover:
I can send a minimal working example if needed.
The text was updated successfully, but these errors were encountered: