-
Notifications
You must be signed in to change notification settings - Fork 2
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
Xcode 12 / Swift 5.3 compatibility #1
Comments
The same MobileUI version problem after updating Xcode to 12.2. |
Following versions were released yesterday (for Xcode 12.2 compatibility):
|
And again - the same problem with Xcode 12.5 / Swift 5.4 Please, check this: https://stackoverflow.com/a/58656323/2305946, this could be a solution for future releases. |
New version was released yesterday. It has |
What about MobileUI? |
Version |
Hello. Failed to build module 'SRSDK' from its module interface; the compiler that produced it, 'Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)', may have used features that aren't supported by this compiler, 'Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55)' |
There are new versions available (compatible with Swift 5.5): |
Do you have any version compatible with 5.5.1?? We are working with Xcode 13.1 (13A1030d) Plus, I have some problems fetching
Note the snippet on README does not work as it raises a |
Version |
Will you please provide a version for Xcode 13.2.1? |
Using latest version 3.8.15 via Cocoapods with XCode12 produces following error:
Module compiled with Swift 5.2.2 cannot be imported by the Swift 5.3 compiler.
Please provide workaround or new release that fixes this problem.
The text was updated successfully, but these errors were encountered: