My project is working on Xcode 10.1, but when I am trying to work with Xcode 10.2.1, I got this issues:
"Module compiled with Swift 4.2 cannot be imported by the Swift 5.0.1 compiler: /xxx/xxx/xxx/xxx/xxx/xxx/xxx.framework/Modules/xxx.swiftmodule/i386.swiftmodule"
"Module compiled with Swift 4.2 cannot be imported by the Swift 5.0.1 compiler: /xxx/xxx/xxx/xxx/xxx/xxx/xxx.framework/Modules/xxx.swiftmodule/x86_64.swiftmodule"
I am getting this issues about embedded framework that I am using. When I checked the same issues, I didn't find any solutions on internet. Do you guys have any idea?
Thanks.