tech
tech

Reputation: 33

Can't build iOS app with phonegap build

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

Answers (1)

Farhan Javed
Farhan Javed

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

Related Questions