Esqarrouth/EZSwiftExtensions

Not building on swift 3.2

princekumarwm opened this issue · 4 comments

I updated the pod on 30/08 and was not able to build it. This is the issue I am getting. How to support for swift version 3.2

screen shot 2018-08-30 at 11 07 48 am

Try specifying version to 1.11 or prior. The latest update is based on Swift 4.0.

pod 'EZSwiftExtensions', :git => 'https://github.com/goktugyil/EZSwiftExtensions.git', :tag => '1.11'

@goktugyil @Khalian
Is there any chance that we could add a table of version reference like below to readme?
Since there are such questions now and then.

Swift verison Tag
4.0 2.0
3.0 1.11

@isimple4 Good point, i will add table for the swift versions shortly.

An fyi: 53 compile errors on a new project install. Latest swift bits at this end. A wee bit more than ~10 seconds to get rolling ;)