Closed Esqarrouth closed 6 years ago
@goktugyil It looks like your Xcode and Swift version are a bit out of date, since these changes like compactMap
were introduced since Xcode 9.3
. You can also take a look at my commit in #477 .
Maybe try updating Xcode and see if it works.
Current codes are built based on Xcode 9.3
and Swift 4.1
, maybe we should revert some changes and provide a version for Swift 4.0
.
Speaking of version, 1.12
is kind of confusing, is it possible that we can use semantic versioning like 2.0.x
for Swift 4.0
, 2.1.x
for Swift 4.1
, 3.0.x
for Swift 5.0
for better understanding?
@Khalian
Taking a look.
@isimple4 I guess I could make it 2.0, but we did not do it for the swift 2 -> 3 migration. Anyone else feels 2 is a good idea can comment on it.
I released the version as 2.0 on @isimple4 recommendation. https://github.com/goktugyil/EZSwiftExtensions/pull/487 there is a retroactive pull request for it. Once thats done, i will close this request.
I tried to do this and got this error. My development tools might not be up to date.
Check this out to how to do it: https://github.com/thellimist/EZPods
Pods Update CheckList