Cordova CLI on OSX -
Cordova CLI on OSX -
when trying build ios version of our app on osx (10.9), getting next error. have updated, uninstalled , reinstalled cordova no success.
i have looked error see if has come across before no luck. have thought @ causing issue?
$ cordova build ios error: unencoded < line: 0 column: 2 char: < @ error (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/elementtree/node_modules/sax/lib/sax.js:347:8) @ strictfail (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/elementtree/node_modules/sax/lib/sax.js:364:22) @ object.write (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/elementtree/node_modules/sax/lib/sax.js:671:11) @ xmlparser.feed (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/elementtree/lib/parsers/sax.js:48:15) @ elementtree.parse (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/elementtree/lib/elementtree.js:263:10) @ object.exports.xml (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/elementtree/lib/elementtree.js:593:13) @ object.module.exports.parseelementtreesync (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/util/xml-helpers.js:126:38) @ /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/prepare.js:88:31 @ array.foreach (native) @ object.handleprepare (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/prepare.js:81:24)
this error triggered broken plugin.xml
file 1 of plugins using. create sure such files valid xml documents. such files found in plugins
folder of cordova project root.
osx cordova cordova-cli
Comments
Post a Comment