运行“meteor run ios”时出错

时间:2016-12-19 06:42:30

标签: meteor

运行“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.

是否有任何更新电缆。

感谢。

1 个答案:

答案 0 :(得分:1)

我可以使用以下步骤解决此问题:

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

来源:https://github.com/meteor/meteor/issues/7828