Post

Replies

Boosts

Views

Activity

Comment on the compiler that produced it, 'Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)', may have used features that aren't supported by this compiler, 'Apple Swift version 5.3.1 (swiftlang-1200.0.41 clang-1200.0.32.8)
I have a dynamic binary XCFramework with enabled Library Evolution option (built with Xcode 13.x) integrated to main app (via pods) but failed to build the app in Xcode 12.x with error: failed to build module '***' from its module interface; the compiler that produced it, 'Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)', may have used features that aren't supported by this compiler, 'Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55)' What I'm doing wrong or I must to build framework with lower swift version then app?
Oct ’21