Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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.
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Using #load #module #supported
ADD COMMENT
Topic
Name
2+8 =