-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
Cocoapods version of the podspec file IS NOT up to date with the current version on GitHub #561
Comments
But this issue does not need a new release, it just needs pushing the correct podspec to the Cocoapods spec repo. |
The current podspec is not wrong, it's correct as is. Nimble v7 is compatible with both Swift 3 and Swift 4 so it isn't necessary to add |
Ok, good point. I‘ll just override the swift version build setting in my Podfile post_install until the changes you mentioned get released. |
v7.1.3 has been released. |
I have read CONTRIBUTING and have done my best to follow them.
What did you do?
Updated podfiles and tried to run to the project under the Xcode 10
What did you expect to happen?
Nimble.podspec
file to includes.swift_version = '4.0'
What actually happened instead?
Nimble.podspec
file doesn't includes.swift_version = '4.0'
.A s a result default Swift version 4.2 is being used and I get the compiler error: 'defaultRunLoopMode' has been renamed to 'RunLoop.Mode.default'.
Environment
List the software versions you're using:
The text was updated successfully, but these errors were encountered: