Update carthage (or pods)
carthage update --platform ios
in SnapKit.podspec file
s.swift_version = '4.2'
i have many errors after i update xcode to 10.2
Snapkit Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0 compiler
@windseason is correct.
The project I'm working on uses a lot of pods and SnapKit is preventing us from moving to Swift 5. I get cannot load underlying module for 'SnapKit'
when trying to migrate using Xcode's conversion tool.
Latest develop should now support Swift 5
Do you create tag? Do you update version in podspec file?
@robertjpayne Awesome man! 馃嵒
I edited my Podfile to try the develop
branch
pod 'SnapKit', :git => 'https://github.com/SnapKit/SnapKit.git', :branch => 'develop'
pod install
But I get the same error when migrating.
Maybe I need to do something else 馃
Why the latest version is still 4.2.0?
Can you guys release the swift 5 version as an update please!
So, When will Swift 5 Tag release ?
When will Swift 5 Tag release~
When will Swift 5 Tag release~
This is done, see the releases page
Most helpful comment
Latest develop should now support Swift 5