I am getting on error when run “meteor run ios”

南楼画角 提交于 2019-12-25 08:55:53

问题


I am getting an error when run "meteor run ios"

WARNING: Attempting to install plugin cordova-plugin-splashscreen@3.2.1, 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.


回答1:


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:cordova-plugin-meteor-webapp@1.4.1

rm -rf .meteor/local/cordova-build

 meteor run ios

Source-: https://github.com/meteor/meteor/issues/7828



来源:https://stackoverflow.com/questions/41217054/i-am-getting-on-error-when-run-meteor-run-ios

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!