最近Xcode升级了,出现了各种蛋疼的错误提示,今天遇到个导入框架出现了提示Swift版本的问题,具体如下:
“Use Legacy swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
具体图示:
至于前面报的一大推错误,直接忽略即可。
忽略后就出现了如图所示的一个错误。具体解决办法:
1.点击项目中的Pods。
2.选中你的框架,此处我导入的是ReactiveCocoa框架。
3.选中Build Settings,然后在右边搜索框输入:swift
4.找到Swift Compiler - Search Paths 下的 Use Legacy Swift Language Version:把后面的改成YES即可。
具体上图:
|
请发表评论