Skip to content
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

Xcode 9.4.1 #1

Closed
phiren opened this issue Aug 18, 2018 · 1 comment
Closed

Xcode 9.4.1 #1

phiren opened this issue Aug 18, 2018 · 1 comment

Comments

@phiren
Copy link

phiren commented Aug 18, 2018

It gives compiler warning:

Module compiled with Swift 4.1.2 cannot be imported by the Swift 4.2 compiler: /Users/hiren/Downloads/EasyTables-master-2/Carthage/Build/Mac/ClosureControls.framework

@marcoconti83
Copy link
Owner

marcoconti83 commented Feb 10, 2020

Hi @phiren ,

Sorry for getting back to you so late! This is due to a mismatch in Swift versions.

It's possible that you ran Carthage once, then updated Xcode, then you haven't re-run Carthage again with the new version. This would result in the new Xcode trying to use the framework compiled with the old Swift version. To solve, just re-run Carthage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants