-
Notifications
You must be signed in to change notification settings - Fork 180
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 4.0.2 cannot be imported in Swift 4.1 #18
Comments
You have to change the Command Line Tools to your current Xcode version in Xcode settings, and recompile framework if necessary. |
@remydcf Please explain more. |
This error mean you're trying to compile a project with a version of Xcode, and the framework was compiled with another version of Xcode. So you have to change the Command Line Tools version in Xcode Settings (Locations Tab) to the current Xcode version, compile the framework again, and it should work. |
Did you do a |
Exactly did. @remydcf |
Ok, so I don't know. Sorry. |
@Tsymlov would you please help in this bad situation ? |
@mamadfrhi did you solved this? |
@Felix-Izarra-Bose Not Yet... :( |
@mamadfrhi do you know another project with a simple media implementation in swift? preferably recently updated |
The text was updated successfully, but these errors were encountered: