-
Notifications
You must be signed in to change notification settings - Fork 1
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
compiler error swift version #14
Comments
Hi @jhirshland-dackinc , SDK should work with any swift compiler version. Which version are you using? 1.10.0? Do you have latest JustIN SDK from dropbox/drive folder? |
Hi @jakov-clay , Hope you are doing well. I am getting the below error after Xcode 13.4.1 update. Could not build the precompiled application for the device. Swift Compiler Error (Xcode): Failed to build module 'ClaySDK'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)', while this compiler is 'Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)'). Please select a toolchain which matches the SDK. |
@hasibul-hasan-shuvo do you set minimum deployment target for you libraries in your Podfile? I can see VirgilCrypto requires minimum deployment target 9.0 (https://github.com/VirgilSecurity/virgil-crypto-x/blob/master/VirgilCrypto.podspec) |
I had to set a minimum deployment target of 13.0 because of some other library. Is it mandatory to use 9.0? |
No, 9.0 is minimum, you can use any above. |
@jakov-clay I'm using Redownloaded JustIN SDK from March 2022 and experiencing same issue. Also, I noticed another error: |
@jhirshland-dackinc this in Podfile may fix your issue |
Actually it doesn't fix the issue - it for some reason works with
@jakov-clay can you provide a version update recompiled with the I believe this also has to go to VirgilCrypto dependencies. |
@alistra Hi, since 1.9.0 version we are building ClaySDK with I can not reproduce your issue, for me all versions of ClaySDK (from 1.9.0) work on newest Xcode. |
@mxndev This can be relevant for you |
same as issue #2. running into again with Xcode 14 beta and the release of Swift 5.7
this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)', while this compiler is 'Apple Swift version 5.7 (swiftlang-5.7.0.113.202 clang-1400.0.16.2)'). Please select a toolchain which matches the SDK.
The text was updated successfully, but these errors were encountered: