-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Comments
Clean and rebuild? We do not provide pre-built binaries, so the binaries were built on your system |
I tried the 'clean and rebuild' method, but still unable to compile the module. Could you please suggest another method ? |
Same issue here |
@danielgindi 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 ! |
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? |
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?
The text was updated successfully, but these errors were encountered: