Have you had this error on XCode Compiling? I’ve XCODE 5.1 and Cordova 3.4.1-0.1.0
CDVPlugin class CDVDevice (pluginName: Device) does not exist.
ERROR: Plugin 'Device' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
Have you had this error on XCode Compiling? I’ve XCODE 5.1 and Cordova 3.4.1-0.1.0
CDVPlugin class CDVDevice (pluginName: Device) does not exist.
ERROR: Plugin 'Device' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
I’ve had this error with 3.4.0, so it maybe carried over. Can you try this with 3.5?
No, I’ve not updated to 3.5? Do I need update ionic too or Can I only Cordova?
You’ll only need to update cordova.
I updated. Do I need to launch the build command? Do I lost XCode project setting like icons?
How to upgrade plugins?
Solved:
I update Cordova and platform to latest version
sudo npm update -g cordova
cordova platform update ios
cordova platform update android
I update plugins with commands:
cordova plugin rm org.apache.cordova.file
cordova plugin add org.apache.cordova.file
This is doesn’t appear like a really solution for me, i still got the problem