为什么快速语法中有错误

时间:2016-03-30 02:17:40

标签: ios swift

enter image description here

涉及的工具是Xcode7.2,它是使用CocoaPod

安装的
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Alamofire', '~> 3.0'

但是,如图所示,存在大量编译错误。我可以问为什么这些错误?

1 个答案:

答案 0 :(得分:3)

在Swift 2.2中添加了#selector特殊表单,它随Xcode 7.3一起提供。你正在使用Xcode 7.2。您需要升级Xcode,或使用较旧版本的AlamoFire。