Reputation: 33
When i try to build my app for iOS i am getting an error which says
Error - The following core plugin is causing the build to fail and may need to be updated to a newer version: camera
Upvotes: 0
Views: 500
Reputation: 36
Change your plugin reference in PhoneGap config.xml to the one shown below:
<plugin name="cordova-plugin-camera" spec="https://github.com/apache/cordova-plugin-camera.git"/>
Please refer to this thread for more details: https://forums.adobe.com/thread/2190271
Upvotes: 1