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

Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2.4 compiler #2

Closed DP2018-a closed 4 years ago

DP2018-a commented 4 years ago

Hey,

I'm using Xcode 11.5 and I've updated the latest version of SDK still I'm getting the following error:

Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2.4 compiler

P.S: I did this so many times in the past and once I update the SDK it worked well with updated version Xcode but this time it's giving me this error.

jakov-clay commented 4 years ago

Latest version (1.7.3) should be compiled with Swift 5.2 compiler Check Podfile.lock and look for version of ClaySDK if you are using pods like this: pod 'ClaySDK', '~> 1.7' try running pod install --repo-update to fetch latest version of pod

DP2018-a commented 4 years ago

Thanks. I've updated the SALTOJustInMobileSDK and pods and it worked.