phonegap/phonegap-2-style-3

bug with expected cordova from coho

Closed this issue · 4 comments

Yeah. I will add a workaround for this in the readme.

Issue is that the config.json file in the project points to ios/android libs on my machine. I am having to do this because cordova CLI currently uses 2.9 by default. The workaround is to go edit the config.json and point it to your own copies of cordova-ios and cordova-android that are on master (3.0 compatible). Once the CLI is updated to use 3.0, the config.json file will work for everyone and users won't need to point it to specific directories.

-Steve

Ah I see. Can we force a tag in the CLI instead? (cc @filmaj @mwbrooks )

yes. point the uri in the config.json to a remote url pointing to a .tar.gz file

Yep, works on both cordova-cli and phonegap-cli.