jverkoey / iOS-Framework

How to create, develop, and distribute iOS Static Frameworks quickly and efficiently
2.61k stars 281 forks source link

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

Open VetriThiyagu opened 3 years ago

VetriThiyagu commented 3 years ago

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?