Use Legacy Swift Language Version - Xcode 8.2

后端 未结 9 717
滥情空心
滥情空心 2020-12-25 13:47

After updating to Xcode 8.2 the compiler throws one error for my App target:

“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be con

9条回答
  •  无人及你
    2020-12-25 14:12

    Fixed in Xcode 8.2.1.

    Here is a copy of the integrality of the changelog of Xcode 8.2.1:

    Swift

    Resolved Issues

    • Fixed an issue that could cause building a project to fail with the error message “"Use Legacy Swift Language Version" (SWIFT_VERSION) is required to be configured correctly for targets which use Swift” when using a supported version of Swift. (29667880)
    • Xcode no longer warns about using deprecated Swift 2.3 code when the active scheme does not reference targets using Swift 2.3 code. (29671741)

提交回复
热议问题