Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Meteor Cordova build issue #52

Closed
ikostic opened this issue Mar 15, 2016 · 3 comments
Closed

Meteor Cordova build issue #52

ikostic opened this issue Mar 15, 2016 · 3 comments

Comments

@ikostic
Copy link

ikostic commented Mar 15, 2016

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

@nikDemyankov
Copy link
Member

Thanks, will fix that.

@nikDemyankov nikDemyankov added this to the v1.1.1 milestone Mar 15, 2016
nikDemyankov added a commit that referenced this issue Mar 16, 2016
@nikDemyankov
Copy link
Member

Fixed in v1.1.1. Version is released.

@rjakobsson
Copy link

Outside of the scope of this issue, @ikostic how did you add your configs in mobile-config.js?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants