ionicthemes / ionic6-starter-app

🌟 Ionic Starter Template. It has everything you need to jump start your Ionic Angular app development! Firebase Integration, Capacitor, PWA, Lists, Cards, Navigation, Forms and Validations and SO MUCH MORE! 🚀
https://ionicthemes.com/templates/ionic5-full-starter-app-pro-version
62 stars 33 forks source link

Error running the template in Xcode #11

Closed jalonsoad closed 4 years ago

jalonsoad commented 4 years ago

Hi there, Im getting this error when trying to run the template on Xcode: I'm using the ionic5 Version 2.0.0 fo the theme. NSForwarding: warning: object 0x1cf790148 of class 'PFEmbeddedMulticasterImplementation' does not implement doesNotRecognizeSelector: -- abort The function who is crashing is:

func registerPlugins() { var numClasses = UInt32(0); let classes = objc_copyClassList(&numClasses) for i in 0..<Int(numClasses) { let c: AnyClass = classes!<<<< HERE IS THE ERROR!!! if class_conformsToProtocol(c, CAPBridgedPlugin.self) { let pluginClassName = NSStringFromClass(c) let pluginType = c as! CAPPlugin.Type let bridgeType = c as! CAPBridgedPlugin.Type

    registerPlugin(pluginClassName, bridgeType.jsName(), pluginType)
  }
}

} Any ideas?

djabif commented 4 years ago

Hi, can you please give us more details to reproduce this error?

djabif commented 4 years ago

Hey are you still getting trouble with this?