Reputation: 1041
I am getting an error when run "meteor run ios"
WARNING: Attempting to install plugin [email protected], but it should have a minimum version of 4.0.0 to ensure compatibility with the current
platform versions. Installing the minimum version for convenience, but you should adjust your dependencies.
Is there any update cordova.
Thanks.
Upvotes: 0
Views: 105
Reputation: 1041
I could fix this issue using following steps-:
meteor add cordova:cordova-plugin-meteor-webapp@https://github.com/meteor/cordova-plugin-meteor-webapp.git#8bf95eed3f313299fc2de33658866278eea2cdc5
meteor add cordova:[email protected]
rm -rf .meteor/local/cordova-build
meteor run ios
Source-: https://github.com/meteor/meteor/issues/7828
Upvotes: 1