Cordova Camera API error

I just tried to start using the Cordova Camera API for the first time. After installing the plugin by using

$ cordova plugin add org.apache.cordova.camera

I tried to use ionic build ios and I got some errors. Does anyone have any idea why I got these errors? And how can I fix it?

Has anyone run into this problem before?

Hey there.

I’ve seen this before, and normally a solution is to remove the platform, then add it back it.

http://ionicframework.com/docs/ionic-cli-faq/#plugins

Great! I’ll try that. Thanks!