Hi, I updated to rc3 and added the Errorhandler.
When I run ionic serve, I get the following error in the error handler:
Error
Runtime Error
Uncaught (in promise): TypeError: WEBPACK_IMPORTED_MODULE_2_ionic_native.c.startInit(…).iOSSettings is not a function
Stack
Error: Uncaught (in promise): TypeError: WEBPACK_IMPORTED_MODULE_2_ionic_native.c.startInit(…).iOSSettings is not a function
at s (http://localhost:8100/build/polyfills.js:3:8568)
at http://localhost:8100/build/polyfills.js:3:8940
at t.invokeTask (http://localhost:8100/build/polyfills.js:3:14051)
at Object.onInvokeTask (http://localhost:8100/build/main.js:30348:37)
at t.invokeTask (http://localhost:8100/build/polyfills.js:3:13987)
at e.runTask (http://localhost:8100/build/polyfills.js:3:11411)
at i (http://localhost:8100/build/polyfills.js:3:8028)
at HTMLDocument.invoke (http://localhost:8100/build/polyfills.js:3:15204)
Ionic Framework: ^2.0.0-rc.3
Ionic Native: 2.2.3
Ionic App Scripts: 0.0.47
Angular Core: 2.1.1
Angular Compiler CLI: 2.1.1
Node: 6.2.2
OS Platform: macOS Sierra
Navigator Platform: MacIntel
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36
I can close it and the app runs fine but I don’t know how to fix it.
Thank you