Answers for "Using "requireCordovaModule" to load non-cordova module "xcode" is not supported"

1

Using "requireCordovaModule" to load non-cordova module "xcode" is not supported

Install xcode: npm i xcode --save-dev
Edit the plugin file locally plugins/cordova-plugin-firebase/scripts/ios/helper.js
Add var xcode = require("xcode"); on top
Then in the same file, just remove this line var xcode = context.requireCordovaModule("xcode");. You must find two occurrence of this line.
Posted by: Guest on June-17-2020

Code answers related to "Using "requireCordovaModule" to load non-cordova module "xcode" is not supported"

Code answers related to "Javascript"

Browse Popular Code Answers by Language