cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 316 forks source link

iOS 10 requires Swift 3.0 code. #174

Closed rakeshpalivela closed 7 years ago

rakeshpalivela commented 8 years ago

When I am running this code in Xcode 8.2 beta, It is throwing lot of errors. Most of them were deprecated. Can you please help to solve this.

sumedh-plenarea commented 8 years ago

I am facing the same issue. I have recently updated Xcode to 8.0 for latest iOS 10 SDK. When I build the project, I am getting a bunch of errors (deprecated and warnings). Can you please implement as soon as possible the above fix in the new version of plugin. Can you also please inform about possible date in which new plugin would be available?

Marjoel commented 8 years ago

Hi, I'm in the same way, after I've updated my Xcode, my app with this plugin doesn't compile anymore.

Is It expected a Swift 3 version?

Thanks.

ezazwar1 commented 8 years ago

+1

DipakMahapurkar commented 8 years ago

+1

yamada28go commented 8 years ago

+1

mizutuu commented 8 years ago

+1

ezazwar1 commented 8 years ago

can you please fix this issue @tsubik

echotech11 commented 8 years ago

+1

ElieSauveterre commented 8 years ago

+1

cutout33 commented 8 years ago

+1 this is really urgent my apps stopped working and I have to upgrade to iOS 10!

AlexisReverte commented 8 years ago

For now, I use the compiler parameter option "Use Legacy Swift Language Version" to "Yes", and it's building.

ezazwar1 commented 8 years ago

which Xcode are you using @AlexisReverte

ezazwar1 commented 8 years ago

Can you Please describe in detail what compiler parameter are you specifying @AlexisReverte

raphaelgodoi commented 8 years ago

If I use the @AlexisReverte workaround, it building.. but I'm using fastlane to automate deploys.. and I can't use fastlane until this fix...

+1

EddyVerbruggen commented 8 years ago

Should be fixed with #178

Wade-BuildOtto commented 7 years ago

All the other plugin's to make my app work require Swift 3

cdecaux commented 7 years ago

+1 Swift 2.3 is not enough anymore Swift 3 is required for those who use other plugins (which are already in Swift 3) Thanks a lot in advance

RomanovX commented 7 years ago

+1

rupalpatel0008 commented 7 years ago

+1

jokiamo commented 7 years ago

+1

tsubik commented 7 years ago

Duplicate of https://github.com/cowbell/cordova-plugin-geofence/issues/215