如何修复 Alamofire 库错误?

How to fix Alamofire library errors?

我正在使用 Xcode7.3.1,当我尝试 运行 项目时我添加了 Alamofire (4.0.1) version.But 然后我在 Alamofire [=17] 中遇到了很多错误=] 找到附加的屏幕截图包含 errors.My podfile 包含像 following.How 来修复这些错误?

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'ALamoWeather' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!
  # Pods for ALamoWeather
pod 'Alamofire'
end

Alamofire 4.0.1 使用 Swift 3,而 Xcode 7.x 不支持它。您应该升级到 Xcode 8 才能使用最新的 Alamofire。