-
Notifications
You must be signed in to change notification settings - Fork 950
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.3 cannot be imported in Swift 4.1: #247
Comments
Xcode->Preferences->Locations and delete all Derived Data for your app. This worked form me. also check Command Line Tools to be Xcode 9.3 |
@shaharukhs , it's fixed in version 4.0.0
|
Caused by the latest xcode update. You must recompile that framework with 4.1 or download the fixed version of it. |
If you trying to update to 4.0.0 (pod 'DateToolsSwift', '~> 4.0.0') and issue for repo appeared, try to update the repo |
@noxsicarius How do you recompile a framework? Am stuck on this issue with ARVideoKit. |
@allenwixted If it's open source you can take the source and recompile it yourself. If you do not have access to the code, then you will need to either wait for them to release it for you, or you can download xcode 9.2 and that will let you work again. to download 9.2 go to the apple developer portal or just google download old xcode version |
Can't complile my project getting this error on the import statement
The text was updated successfully, but these errors were encountered: