In my project I migrated all my private swift 2.3 files to swift 3. I would like to use my legacy frameworks written in swift 2.3 until they have a swift 3 version.
I tried to add "Use Legacy Swift Version = Yes". Clear/Build my project but I have still some trouble and xCode ask me to migrate my frameworks to swift 3 (which is just not possible because they are libraries)....
How can I continue to use my 2.3 libraries?
You cay try using this:
Note that this will set all of your targets to swift 2.3. If you want one specific, you can do something like that:
You can set Build Settings->Swift Compiler - Version-> Use Legacy Swift Language Version for Yes