Skip to content
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.

Meteor Cordova build issue #52

Closed
Closed
@ikostic

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions