I’m trying to use WKWebView plugin, but it requires cordova-ios 4.0.0 or later. When I try to build my project with WKWebView cordova plugin added, I get the following error message:
% Plugin doesn't support this project's cordova-ios version. cordova-ios: 3.9.2, failed version requirement: >=4.0.0-dev
How could I upgrade my platform in my Meteor project? I can’t any way to define a specific version when running meteor add-platform ios.
I don’t know how you could do this well actually. Did you try using a package for it? https://atmospherejs.com/silvervue/wkwebview for example. People have done it before and some made packages which might fix the kinks.
There are not many breaking changes in 1.3: https://guide.meteor.com/1.3-migration.html maybe it’s interesting to post what is breaking for you so we might be able to help with that.