@tkclark wrote:
I updated to Xcode 11.4 and now my project won’t compile. I guess it’s a good idea not to update to the latest version right away?
Error I’m getting:
Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
on file:
Pods>Development Pods>Capacitor>CAPBridge.swift>registerPlugins()
on this line:
let c: AnyClass = classes![i]
debug window says:
2020-03-24 17:52:14.159915-0400 App[53045:17186165] WF: === Starting WebFilter logging for process App 2020-03-24 17:52:14.160038-0400 App[53045:17186165] WF: _userSettingsForUser : (null) 2020-03-24 17:52:14.160149-0400 App[53045:17186165] WF: _WebFilterIsActive returning: NO 2020-03-24 17:52:14.190025-0400 App[53045:17186165] *** NSForwarding: warning: object 0x7fff89115030 of class 'PFEmbeddedMulticasterImplementation' does not implement methodSignatureForSelector: -- trouble ahead 2020-03-24 17:52:14.190217-0400 App[53045:17186165] *** NSForwarding: warning: object 0x7fff89115030 of class 'PFEmbeddedMulticasterImplementation' does not implement doesNotRecognizeSelector: -- abort
Anything I can do to fix? Wait for a capacitor update?
P.S. I am running an Ionic/Vue project if that matters.
Posts: 1
Participants: 1