Module compiled with Swift 2.3 cannot be imported in Swift 3.0

升级XCode8以后苹果要求我们使用swift3.0版本,但是一些通过CocoaPods安装的第三方框架是swift其他版本编写的。这时候XCode会提示我们Module compiled with Swift 2.3 cannot be imported in Swift 3.0.

解决办法如下:

找到项目的BuildingSettings,搜索swift

找到Use Legacy Swift Language Version改为YES

Module compiled with Swift 2.3 cannot be imported in Swift 3.0_第1张图片
B289D844-FFE9-4878-8580-F3A9C9C67135.png

你可能感兴趣的:(Module compiled with Swift 2.3 cannot be imported in Swift 3.0)