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 4.0.3 cannot be imported in Swift 4.1: #247

Open
thankmelater23 opened this issue Feb 8, 2018 · 8 comments
Open

Comments

@thankmelater23
Copy link

Can't complile my project getting this error on the import statement

@adrian-iova
Copy link

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
Copy link

screen shot 2018-04-03 at 4 13 08 pm

issue with Xcode 9.3

@adrian-iova
Copy link

adrian-iova commented Apr 3, 2018

@shaharukhs , it's fixed in version 4.0.0

pod 'DateToolsSwift', '~> 4.0.0'

@Mgutierrez2203
Copy link

Hello, I'm working with a framework, and when I Try to call it in my app, appears this error.
captura de pantalla 2018-04-03 a la s 6 36 21 p m

@noxsicarius
Copy link

Caused by the latest xcode update. You must recompile that framework with 4.1 or download the fixed version of it.

@tneginareb
Copy link

If you trying to update to 4.0.0 (pod 'DateToolsSwift', '~> 4.0.0') and issue for repo appeared, try to update the repo
pod repo update
then
pod install

@allenwixted
Copy link

@noxsicarius How do you recompile a framework? Am stuck on this issue with ARVideoKit.

@noxsicarius
Copy link

noxsicarius commented Apr 28, 2018

@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

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