ionic-team / ng-cordova

OBSOLETE: Please move to Ionic Native https://github.com/ionic-team/ionic-native
https://github.com/ionic-team/ionic-native
MIT License
3.48k stars 1.05k forks source link

cannot build with geolocation #620

Closed 4ware closed 9 years ago

4ware commented 9 years ago

Hi!

My build fails after i've added the gelocation plugin. I installed via "cordova plugin add org.apache.cordova.geolocation" then added it to one of my controllers.

When i do an "ionic build ios" it fails with:

error: no such file or directory: '/development/flottoApp/platforms/ios/flottoApp/Plugins/org.apache.cordova.geolocation/CDVLocation.m'

Any ideas on this?

Thanks, Kai

4ware commented 9 years ago

I had to remove and re-add the platform... Odd.