Xcode meteor iOS run getting "CDVLocalStorage file not found."

Hi, I recently updated a meteor project to 1.3.2.4, previously from 1.2.1, getting this weird error which did not appear before. Has anyone encountered this? any help would be appreciated.

app/.meteor/local/cordova-build/platforms/ios/Plugins/com.telerik.plugins.wkwebview/MyMainViewController.m:3:9: 'Cordova/CDVLocalStorage.h' file not found

Meteor 1.3.2.4
Cordova 6.1.1
Cordova iOS 4.1.0

Xcode version 7.3
El Capitan OS X 10.11.2
Iphone 5c iOS 9.3

You should really remove com.telerik.plugins.wkwebview. It is not compatible with the updated Cordova iOS version and not needed because there is now an official WKWebView plugin that we use by default.

Thanks for the advice and quick reply @martijnwalraven.

I got the app running now by removing the wkwebview package. You’re right, there is a wkwebview plugin built in to Meteor 1.3

Saved me a lot of time, cheers! :smiley:

meteor remove practicalmeteor:wkwebview