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

"Module compiled with Swift 3.0 cannot be imported in Swift 3.0.1" #1788

Closed
azeemali1993 opened this issue Nov 4, 2016 · 5 comments
Closed

Comments

@azeemali1993
Copy link

Updated Xcode this morning to 8.1 and was greeted by this lovely error,
"Module compiled with Swift 3.0 cannot be imported in Swift 3.0.1"

changing "Use Legacy Swift Language Version" to "Yes,No and unspecified"... still will not let me compile. Any ideas?

@danielgindi
Copy link
Collaborator

Clean and rebuild? We do not provide pre-built binaries, so the binaries were built on your system

@rohanmurde
Copy link

I tried the 'clean and rebuild' method, but still unable to compile the module. Could you please suggest another method ?

@masuhara
Copy link

Same issue here
Xcode 8.1
Swift 3.0.1 (Apple Swift version 3.0.1 (swiftlang-800.0.58.6 clang-800.0.42.1))

@Guzlan
Copy link

Guzlan commented Nov 18, 2016

@danielgindi
I fixed this problem today.

Go on to your app target and remove charts from "Linked libraries and frameworks" and "Embedded Binaries". Then re add them. Clean and build.

Hope it helps !

@WilsonCP
Copy link

WilsonCP commented May 3, 2017

I'm facing this problem now, Module compile with 2.3 cannot be imported in 3.0.2. I've tried the suggestions above but nothing is working for me. Any help?

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

7 participants