Module compiled with Swift 5.3 cannot be imported by the Swift 5.2.4 compiler: /Users/myMac/Desktop/SampleAdopter_1/SampleAdopter_1/Custom.framework/Modules/Custom.swiftmodule/armv7-apple-ios.swiftmodule

We are creating a custom framework using CI Jenkins build which is having Xcode 12 and try to import in another project which is using Xcode 11.6 and that shows the above error.

We have tried "build_distribution_flag" - Yes in the custom framework but we having the same error. We are installing our custom framework by using pod into projects.

0

There are 0 answers