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
I have configured Airbrake as described in the docs but as soon as my app starts it attempts to present an alert on my rootVC. But the root VC is already presenting another VC so this fails.
This is the code which attempts to present from ABNotifier.m
2018-06-07 14:05:08.634650+0800 ape-mobile[91222:4325460] Warning: Attempt to present <UIAlertController: 0x7f852c82ec00> on <SignInViewController: 0x7f8529dc9490> which is already presenting <SignInPageViewController: 0x7f852b027600>
The text was updated successfully, but these errors were encountered:
I have configured Airbrake as described in the docs but as soon as my app starts it attempts to present an alert on my rootVC. But the root VC is already presenting another VC so this fails.
This is the code which attempts to present from ABNotifier.m
This is the failure message
The text was updated successfully, but these errors were encountered: