Xcode 11.6 having error while importing custom framework: Module compiled with Swift 5.3 cannot be imported by the Swift 5.2.4


Module compiled with Swift 5.3 cannot be imported by the Swift 5.2.4

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 "builddistributionflag" - Yes in the custom framework but we having the same error. We are installing our custom framework by using pod into projects.
Xcode 11.6 having error while importing custom framework: Module compiled with Swift 5.3 cannot be imported by the Swift 5.2.4
 
 
Q