Rest plugins are working fine may be this was written in swift(don't know) so i am getting below error continuously.
Plugin 'GeofencePlugin' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
tried both below configuration in config.xml but no success
<feature name="Geofence">
<param name="ios-package" value="HWPGeofencePlugin" />
</feature>
<feature name="Geofence">
<param name="ios-package" value="cordova-plugin-geofence/HWPGeofencePlugin" />
</feature>
Tried
https://stackoverflow.com/a/21148428/80254 and many more links but not able to resolve the issue.
This is resolved xcode 5 was the problem. thanks @jcesarmobile