iOS-Framework icon indicating copy to clipboard operation
iOS-Framework copied to clipboard

Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.3 Compiler

Open VetriThiyagu opened this issue 4 years ago • 0 comments

Hi, I wanted to build a .framework, I have static library(built using c++ code), header file, objective-C files and swift files, I need to build a .framework using listed files. When I tried building, I could able to build and use in a same Xcode and machine, When I import the framework in other machine with different Xcode version, It threw "Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.3 Compiler" error. Can you please help me to solve this?

VetriThiyagu avatar Oct 29 '20 06:10 VetriThiyagu