Use Legacy Swift Language Version - Xcode 8.2

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

    Well I've finally figure it out. I've removed the project and clone it again, restarted Xcode, run pod repo update and pod install and it worked. I've no idea why.

提交回复
热议问题