EZSwiftExtensions icon indicating copy to clipboard operation
EZSwiftExtensions copied to clipboard

Not building on swift 3.2

Open princekumarwm opened this issue 6 years ago • 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

princekumarwm avatar Aug 30 '18 05:08 princekumarwm

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'

isimple4 avatar Aug 31 '18 07:08 isimple4

@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 avatar Aug 31 '18 07:08 isimple4

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

Khalian avatar Aug 31 '18 23:08 Khalian

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 ;)

wdcurry avatar Oct 17 '18 18:10 wdcurry