Cordova 3.1.0: Plugin not found or is not a CDVPlugin

前端 未结 6 1274
遇见更好的自我
遇见更好的自我 2021-01-05 16:41

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

6条回答
  •  天命终不由人
    2021-01-05 16:51

    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!

提交回复
热议问题