Hi,
I am new at developing with Swift so I guess I am missing something...
I have an iOS app built in Swift 3, which is no longer supported in xCode. So I guess I need to migrate to a newer version of swift. Xcode (10.1) suggests Swift 4.2.
But ... There is a dependency which uses Swift 3. I tried recompiling this library (using Xcode 12.1 because I get some built errors in Xcode 10.1). In that project the Swift version is set on Swift 4.2. I compiled the and added the package to the original app.
Now I get an error: Module compiled with Swift 5.3 cannot be imported by the Swift 4.2 compiler.
How can is get the package compiled with Swift 4.2?
Thanks
I am new at developing with Swift so I guess I am missing something...
I have an iOS app built in Swift 3, which is no longer supported in xCode. So I guess I need to migrate to a newer version of swift. Xcode (10.1) suggests Swift 4.2.
But ... There is a dependency which uses Swift 3. I tried recompiling this library (using Xcode 12.1 because I get some built errors in Xcode 10.1). In that project the Swift version is set on Swift 4.2. I compiled the and added the package to the original app.
Now I get an error: Module compiled with Swift 5.3 cannot be imported by the Swift 4.2 compiler.
How can is get the package compiled with Swift 4.2?
Thanks