cowbell / ionic-geofence

Ionic geofence app example
MIT License
180 stars 92 forks source link

Xcode 8, iOS 10 compatbility issue #24

Closed echotech11 closed 7 years ago

echotech11 commented 8 years ago

This plugin is no longer allowing me to build on ionic/cordova using xcode 8 for iOS 10.

phyr0s commented 8 years ago

yes is not working for me too

phyr0s commented 8 years ago

hi @echotech11 the problem is becaous xcode 8 need swift 2.3 and the plugin is not prepared for that. I updated the plugin to swift 2.3 and is ready now :) https://github.com/cowbell/cordova-plugin-geofence/commit/5a09cac93379aa4f6a7be08148166510b29c0571

tsubik commented 7 years ago

Should be fixed in 02fb2a1. Plugins have to be reinstalled.

ionic state clear
ionic platform add ios