You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: