Xcode 8.2 Use Legacy

When I try to run in xcode 8.2 with the setting "User Legacy Swift → YES" in the build setup, it gives me errors only for cocoapods.

I get the following error:

enter image description here

+4
source share
1 answer

Switch "Use an outdated version of the Swift language" from "No" to "Yes" and return to "No" for each (Build Settings). Then the project was built again.

0
source

Source: https://habr.com/ru/post/1665202/


All Articles