SwiftKeychainWrapper icon indicating copy to clipboard operation
SwiftKeychainWrapper copied to clipboard

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

Open mflknr opened this issue 5 years ago • 1 comments

I updated Xcode to Version 11.4 and with it Swift to 5.2. When i build a project containing this framework I get the following error: Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2 compiler

Describe the solution you'd like https://stackoverflow.com/questions/58654714/module-compiled-with-swift-5-1-cannot-be-imported-by-the-swift-5-1-2-compiler A solution might be to set BUILD_LIBRARY_FOR_DISTRIBUTION to yes.

mflknr avatar Mar 27 '20 14:03 mflknr

Similar issue with Swift 5.3 compiler

StanDimitroff avatar Sep 02 '20 14:09 StanDimitroff