remoorejr / cordova-plugin-camera-with-exif

Cordova Camera Plugin that will return an image as well as the EXIF data (including GPS location) on iOS and Android devices.
Apache License 2.0
37 stars 53 forks source link

Pluginfailed to install using Cordova CLI 5.4.1 #13

Closed lbhifi closed 7 years ago

lbhifi commented 7 years ago

Just what I was looking for, but unfortunately it won't install using Intel XDK. I just get the error: "Error: Plugin cordova-plugin-camera-with-exif failed to install."

I'm using:

Cordova CLI 5.4.1

cordova-plugin-camera v. 2.1.0

Minimum Android API 14 Target Android API 19

remoorejr commented 7 years ago

Try again, Android install should be fine. Problem was with iOS install with missing camera/library usage strings. They are now hard coded.

lbhifi commented 7 years ago

Sorry, my bad. I didn't mentions that it was actually the Android build that failed. I tried the iOS build and it failed too, but left me with a more detailed log to examine. In this log I saw some duplicate symbol like errors (I may not have the error text correct, it's from my memory), so I tried to remove my cordova-plugin-camera plugin and that did the trick :-)