Skip to content
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: Call to objc_getClassList in CapacitorBridge causes crash if presenting Portals view based on Apple SDK availability #255

Closed
pbush25 opened this issue Dec 5, 2023 · 1 comment

Comments

@pbush25
Copy link

pbush25 commented Dec 5, 2023

ionic-team/capacitor#7116

Posting here for more visibility, as this is specifically related to Portal's itself.

@Steven0351
Copy link
Member

Steven0351 commented Dec 5, 2023

This is a known issue and this does not occur with manual plugin registration. Latest versions of portals require that you manually register plugins. If you're not using plugins, then you should set pluginRegistrationStrategy to .manual([]) via initializer or directly on the property in versions 0.7.x of Portals for iOS before a render attempt.

https://ionic.io/docs/portals/for-ios/upgrade-guides#plugin-registration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants