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

Incompatible Swift version #37

Closed
neshanski opened this issue Jun 10, 2020 · 2 comments
Closed

Incompatible Swift version #37

neshanski opened this issue Jun 10, 2020 · 2 comments

Comments

@neshanski
Copy link

carthage update
"https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.4.0/FreSwift.json"

Incompatible Swift version - framework was built with 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29) and the local version is 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53).

@tuarua
Copy link
Owner

tuarua commented Jun 10, 2020

The error is clear - you are trying to mix code with different versions of Swift together in the same project.

As the README says:

Xcode 11.4 (11E146) must be used with Apple Swift version 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29)

You don't say what version of Xcode you are using? But it's probably 11.5 or 11.6.

Edit: This seems to be a bug in Carthage
Carthage/Carthage#2632 (comment)

@neshanski
Copy link
Author

Yes, I am using Xcode 11.5, it seems it is Carthage bug
thanks

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