Simple4

Results 7 comments of Simple4

@Khalian Update the .swift-version file to 4.2 should fix those pod lint errors, just tried on my repo.

@Khalian There are some issues still around after Xcode 10. Check https://github.com/CocoaPods/CocoaPods/issues/8116 and https://github.com/CocoaPods/CocoaPods/issues/8125 for more information.

That might be an issue of Travis when simulator was interrupted before starting tests. Not able to reproduce locally.

@Khalian There is an issue https://github.com/travis-ci/travis-ci/issues/6675 discussing about it for couple of years but leaving no official solution. IMHO we could ship it after fixing pod warnings since everything looks...

@shanyanhai You should update travis configuration to specify Xcode version. And maybe Xcode 10 GM is a better choice rather than a beta version.

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...