Use Legacy Swift Language Version - Xcode 8.2

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

    I got the same error. I tried for searching "Use Legacy Swift Language Version", but not found. I am using Xcode 8.3.3 After surfing too much and working around i found this solution, and this worked for me.

    Follow these steps.
    1=> select your target from Xcode
    2=> go to build setting
    3=> search for "Swift Language Version"
    4=> change it to swift 3. (or accordingly.)
    

    Hope this work for you.

提交回复
热议问题