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 Jan 10, 2023. It is now read-only.
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
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.
The text was updated successfully, but these errors were encountered: