When is this going to be updated for Swift 3 and merged in master?
The Swift 3 Version is already merged to master branch ( #235 )
@RemyDCF When installing through cocoapods, you still get a Swift 2.x version that Xcode 8 offers to convert. It's version number is 0.6.0. I tried deleting the cocoapods cache, but unfortunately that didn't help. Any ideas?
A temporary workaround is to point to the master branch:
pod 'SCLAlertView', :git => 'https://github.com/vikmeup/SCLAlertView-Swift'
I will update pod spec tonight. But for now you can use @jvmk workaround.
Make sure that the pod target's Use Legacy Swift Language Version
is set to NO
after doing @jvmk 's workaround.
Use @jvmk (pod 'SCLAlertView', :git => 'https://github.com/vikmeup/SCLAlertView-Swift') don't work. Xcode ask to convert to latest Swift 3 syntax
@ricgreenfield just go ahead and let xcode do that. You should see that it finds that no source code changes are needed and that you only need to update the Swift version of the project (which xcode offers to do for you).
Thanks @jvmk. Works
@vikmeup is this going to take long now? I think an easy Podspec
update would fix this once and for all. Is there something specific you are waiting for?
@RemyDCF , the latest version on pod is 0.6.0, which is not for 3.0
I think it's only for a temp solution: Use @jvmk (pod 'SCLAlertView', :git => 'https://github.com/vikmeup/SCLAlertView-Swift')
so it's better to update pod again
thanks
Why isn't the Swift 3 version a new release already? @vikmeup ?
Please new release version including Swift 3 version @vikmeup
Will do tonight
Updated. Latest version 0.7
Hi, what is the version that I need to target so It still working with Swift 2.3? Thanks
You can use the swift-2.3 branch.
Most helpful comment
Why isn't the Swift 3 version a new release already? @vikmeup ?