ClaySolutions / ClaySDK

This SDK for iOS contains the most up-to-date frameworks for integrating Mobile Key technology into your own iOS applications.
https://saltoks.com/developers/connect/mobile-sdk-introduction/
MIT License
1 stars 1 forks source link

ClaySDK not working with Xcode 12.2 #6

Closed jakov-clay closed 3 years ago

jakov-clay commented 4 years ago

Clay SDK not working with Xcode 12.2

Failed to build module 'ClaySDK' from its module interface; the compiler that produced it, 'Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)', may have used features that aren't supported by this compiler, 'Apple Swift version 5.3.1 (swiftlang-1200.0.41 clang-1200.0.32.8)'

Screenshot 2020-11-16 at 13 14 22

jakov-clay commented 4 years ago

We are working on solving this issue, new version of SDK will be released during this week. As workaround at the moment I can only suggest downloading Xcode 12.1 https://developer.apple.com/download/more/?q=xcode

jakov-clay commented 3 years ago

ClaySDK 1.8.2 was released which fixes this issue.

JippeJoosten commented 3 years ago

Thanks for the updates!

JippeJoosten commented 3 years ago

Is there a way to prevent this from happening with every Swift release? I do not have this issue with other frameworks/SDK's

jakov-clay commented 3 years ago

It's is a bit different with open and close source frameworks, but it should be possible. We have it in the plan after moving SDK to .xcframework format

burla69 commented 3 years ago

can`t update pod to 1.8.2 This version works with cocoapods?

jakov-clay commented 3 years ago

@burla69 Yes, ClaySDK 1.8.2 should work with cocoapods. Do you have problem? Maybe demo app would help? https://github.com/ClaySolutions/ClaySDKDemo

burla69 commented 3 years ago

It works after pod install --repo-update So now all good)