This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
Closed
Description
Hi,
i experienced problems during cordova build process.
I received message:
'config.xml not found! Please, check that it exist\'s in your project\'s root directory.'
I debugged process and locate the problem in xmlHelper / readXmlAsJson method.
I resolved the issue with following patch:
xmlParser.parseString(xmlData.toString(), function(err, data) {
I posted this just to have it here documented for community. You can close the issue.
Thanks