I compiling Swift 2.3 project and have this issue on Xcode 8.1

后端 未结 1 1354
傲寒
傲寒 2020-12-22 12:47

I compiling Swift 2.3 project and have this issue on Xcode 8.1:

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

相关标签:
1条回答
  • 2020-12-22 13:53

    I have faced same issue with some of my pods, You can resolve issue by setting Use Legacy Swift Language Version to true in your project setting.

    repeat this step for every pod which throws this error.

    0 讨论(0)
提交回复
热议问题