GeofencePlugin Cordova 插件不适用于 IOS
GeofencePlugin Cordova plugin not working for IOS
Rest 插件工作正常,可能这是在 swift(不知道)中写的,所以我不断遇到错误。
Plugin 'GeofencePlugin' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
在 config.xml 中尝试了以下配置,但没有成功
<feature name="Geofence">
<param name="ios-package" value="HWPGeofencePlugin" />
</feature>
<feature name="Geofence">
<param name="ios-package" value="cordova-plugin-geofence/HWPGeofencePlugin" />
</feature>
尝试过
和更多链接但无法解决问题。
已解决xcode 5 是问题。谢谢@jcesarmobile
Rest 插件工作正常,可能这是在 swift(不知道)中写的,所以我不断遇到错误。
Plugin 'GeofencePlugin' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
在 config.xml 中尝试了以下配置,但没有成功
<feature name="Geofence">
<param name="ios-package" value="HWPGeofencePlugin" />
</feature>
<feature name="Geofence">
<param name="ios-package" value="cordova-plugin-geofence/HWPGeofencePlugin" />
</feature>
尝试过
和更多链接但无法解决问题。
已解决xcode 5 是问题。谢谢@jcesarmobile