-
Notifications
You must be signed in to change notification settings - Fork 214
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
Need new version of Swift. #489
Comments
How are you including the library in your project?
What Xcode version are you using? I'll be releasing a new version of the library in coming days/weeks. |
Hi Aleksander,
I have tried with CocoaPods. And I’m using XCode 13.2.1.
|
Hi Aleksander,
I’ve just updated to XCode 13.4.1 and similar problem. Module compiled with Swift 5.3.2.cannont be imported by the Swift 5.6.1 compiler.
|
Same. I had reported this under #475. |
Same. |
I managed to get this working by building using Carthage and copying the xcframework files into the XCode project. |
I have been trying today to update our app and I'm getting a problem with the iosDFULibrary as it was built using Swift 5.3.2. Is it possible to get this using 5.5.2? Here is the error message from XCode.
Module compiled with Swift 5.3.2 cannot be imported by the Swift 5.5.2 compiler
The text was updated successfully, but these errors were encountered: