-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: runtime error: application tried to present modal view controller on itself
#88
Comments
Does the problem still exist with the latest version? |
Unfortunately, yes |
I can confirm this issue - we have exactly the same problem. After downgrading to 4.2.2, the crashes are gone. |
PRs are welcome. |
@micbis |
Friend, I asked because the errors that appear to me point directly to the plugin. See the image below. Other errors have a similar description but don't directly show which file. Look at the image below, it's quite similar to the shared error. I'm not sure if both errors are related. Do you think they might be related? Regarding the plugin, I'm still on version 4.0.0. I need to update. Another thing is that I couldn't replicate the problem. I see I have the logs, but I can't reproduce it, and even worse, I don't know the impact on the application—whether it crashes, freezes, or sets off fireworks, haha. Thank |
I can confirm the crash is caused by the plugin. As far as I can tell, the plugin tries to display the |
@7-plus-t Would you be willing to create a PR? |
Ensure the privacyViewController is never presented on itself.
@robingenz done, see #93 |
Plugin version:
v4.2.3
Platform(s):
iOS
Steps to reproduce:
I know this is not an ideal reproduction. But I cannot find a consistent/simple way to reproduce this instead. Mostly it happens after trying step 2,3,4 like 2-5 times though
The text was updated successfully, but these errors were encountered: