Esqarrouth / EZSwiftExtensions

:smirk: How Swift standard types and classes were supposed to work.
MIT License
3k stars 381 forks source link

Not building on swift 3.2 #489

Open princekumarwm opened 6 years ago

princekumarwm commented 6 years ago

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
isimple4 commented 6 years ago

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 commented 6 years ago

@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
Khalian commented 6 years ago

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

wdcurry commented 5 years ago

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