Snapkit: Support swift 5

Created on 26 Mar 2019  路  14Comments  路  Source: SnapKit/SnapKit

Most helpful comment

Latest develop should now support Swift 5

All 14 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

monowerker picture monowerker  路  11Comments

swiftli picture swiftli  路  9Comments

arnauddorgans picture arnauddorgans  路  16Comments

Shehryar picture Shehryar  路  7Comments

NicholasTD07 picture NicholasTD07  路  8Comments