Use Legacy Swift Language Version - Xcode 8.2

后端 未结 9 718
滥情空心
滥情空心 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:13

    This is the only thing that worked for me...

    For errors with pods. Basically we need to enable “Legacy Swift Language”. Select your pod framework (by clicking on it in the error navigator) and under Build Settings find “Use Legacy Swift Language Version”

    Set it to “Yes”. Then “Build & Run” again to test it.

    Check out this post: http://rebeloper.com/downgrade-swift-3-swift-2-3-xcode-8/

提交回复
热议问题