I\'m trying to build my first Cordova app and I can\'t get a plugin to work.
My app was built using the Cordova command line interface, so I\'ve added the Camera plu
Let me just say I would try Chris Rae's solution of resetting your platform even if you don't think that's your issue!
cordova platform rm ios
cordova platform add ios
Thanks Chris Rae for your solution! It worked great for me. I gathered it and other solutions to problems I had while adding WKWebview to my app and put them in a blog post.
http://blog.tylerbuchea.com/using-wkwebview-in-ios9-to-boost-ionic-cordova-performance/
I think I took another one of your solutions about the build settings. So, don't be mad/thanks a bunch!