I searched through existing Stackoverflow questions related to this problem but didn't find any help to solve it.
So here's the problem:
I am trying to integrate .framework
file into the project but it's giving me an error saying that module compiles with 4.0.3 can't be imported by swift 5.0 compiler.
I wanted to know how to compile that.framework
file? so that it will become compilable to swift 5.0
Please help if you come across such a problem.
Note:
.framework
file is created by a third-party developer