I am working on a project in Swift 3. However, many libraries still use Swift 2.3.
Is there a way to use them in my project the way they are?
Since you can use Objective-C libraries in Swift, I think there is a chance.
Perhaps this link from Apple answers the question:
unfortunately this would seem impossible:
First of all, Swift 2.3 and Swift 3 are not compatible with binary versions, so your whole code base should choose one version of Swift.
https://developer.apple.com/swift/blog/?id=36
Source: https://habr.com/ru/post/1657422/More articles:Point directly to "this" - reactjsAngular2: ngДля нескольких объектов в строке в таблице - angularEquivalent controller in Angular 2 - javascriptAngularJS element sorting for nested ng-repeat - angularjspandas объединить столбцы с разными именами и избежать дублирования - pythonHow to set the URL of the created game in Telegram BotFather? - webhooksDoes Google Analytics 3.17 use for iOS using Cocoapods Bitcode? - iosRelease Control Interactive Variables - vstsCalculating the similarity "score" between multiple dictionaries - pythonCount duplicates in list and assign amount to list - pythonAll Articles