turbolinks / turbolinks-ios

Native iOS adapter for building hybrid apps with Turbolinks 5
MIT License
881 stars 92 forks source link

Support for Swift 3.0 #117

Closed grandecomplex closed 6 years ago

grandecomplex commented 6 years ago

Hey team!

We are really excited to get started with Turbolinks iOS. However, the sample code is written in an older version of Swift.

Xcode is telling me that version 9 does not support Swift 2!

screen shot 2017-11-15 at 9 06 30 pm

zachwaugh commented 6 years ago

I just merged Swift 4.0 branch into master. It previously supported Swift 3, but maybe you had an older version? How are you integrating it there, are you pulling it in via CocoaPods/Carthage, or just opening the turbolinks-ios repo directly? Either way can you try pulling the latest master and doing a clean build, or using the v3.0.0 tag?

grandecomplex commented 6 years ago

I think the error is generic. I saw it elsewhere when it meant 3.0.

That being said, with the latest commits it now works as expected! You guys rock. We are going to use this for the next gen version of our mobile apps.