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

fix(ios): avoid crash on registerPlugins on Xcode 11.4 #2414

Merged
merged 1 commit into from
Mar 9, 2020

Conversation

jcesarmobile
Copy link
Member

In Xcode 11.4 beta, Capacitor apps crash with

NSForwarding: warning: object 0x1d64f3b70 of class 'PFEmbeddedMulticasterImplementation' does not implement methodSignatureForSelector: -- trouble ahead
NSForwarding: warning: object 0x1d64f3b70 of class 'PFEmbeddedMulticasterImplementation' does not implement doesNotRecognizeSelector: -- abort

Do not merge yet in case Apple fix it in a future release, but have the change around just in ase

@jcesarmobile
Copy link
Member Author

Going to merge since the first 11.4 beta was released a month ago and it's still broken on beta 3.
The changes keep working on Xcode 11.0, so should be harmless.

Closes #2532

@jcesarmobile jcesarmobile changed the title fix(ios): avoid crash on Xcode 11.4 beta (do not merge) fix(ios): avoid crash on registerPlugins on Xcode 11.4 Mar 9, 2020
@jcesarmobile jcesarmobile merged commit ca8fa9e into ionic-team:master Mar 9, 2020
@jcesarmobile jcesarmobile deleted the xcode114-fix branch March 9, 2020 13:17
@Taylorsuk
Copy link

I can confirm that the Version 11.4 (11E146) prod release has this issue too. Is it possible to include this in 1.5.2?

@shanejearley
Copy link

Just updated to xcode 11E146 and observing the same thing.

@jcesarmobile
Copy link
Member Author

use @capacitor/ios@next

@ionic-team ionic-team locked as resolved and limited conversation to collaborators Mar 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants