-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift 4.2 #321
Comments
i am also facing same issue... |
You can solve this problem by selecting the Swift Language Version "Swift 4.2". Pods -> Targets -> Spring -> Build Settings -> Swift Language Version and select Swift 4.2 |
There are numerous compile errors with 4.2. That's the problem. The errors go away if you compile with 4.0, but the deprecations are going to take effect in the next swift version and then it wouldn't compile at all. |
I have this problem too |
Spring.podspec Add s.swift_version = "4.2" |
pod 'Spring', :git => 'https://github.com/MengTo/Spring.git' only works for iOS 10. 83 build errors for target 12. |
@lauren this is not related to iOS version; it's reluto the Swift version that's used to compile the library. It still works on iOS 12 if you force it to compile using Swift 4.0 |
The library does not compile under Swift 4.2 anymore (tons of errors). Is this repo abandoned?
The text was updated successfully, but these errors were encountered: