在导入alamofire和snapkit的时候,虽然在cocoapods版本符合作者的要求的情况下,导入这两个三方框架的依然要求将代码转换成swift3.0的报错,如果你一旦转换了,那么就是999+的报错,弄了半下午,找到了解决办法,也就是三方框架的代码在编译的时候仍是2.3的语法,需要将起转换成3.0进行编译。
报错
- Xcode 8 will not be able to build the targets “Alamofire” and “SnapKit”, and certain editing features will not function properly until the Swift source code in these targets has been converted.
解决办法如图:
再次编译一下,应该可以解决大部分的问题,别再百度上搜了,搜的东西都是一模一样的,特别是那个CSDN已经沦陷。