Open mflknr opened 4 years ago
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
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.
Similar issue with Swift 5.3 compiler
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.