Alamofire没有在我的项目中工作

时间:2016-05-13 16:43:05

标签: ios xcode swift alamofire

我在项目中创建pod文件并在工作区中打开它但我的项目无法构建并且它有很多错误 我的Xcode版本是7.0.1 enter image description here

感谢

2 个答案:

答案 0 :(得分:2)

<强>故障:

1)你有import Alamofire吗?

2)您是否取消了podfile中use_framework行的注释,然后再次pod install

3)您是否更新到最新版本的XCode?

解决方案:

最新版本的Alamofire需要最新版本的XCode!

更新到Xcode 7.3!

<强>参考:

https://github.com/Alamofire/Alamofire#requirements

  

要求

     
      
  • iOS 8.0+ / Mac OS X 10.9+ / tvOS 9.0+ / watchOS 2.0 +
  •   
  • Xcode 7.3 +
  •   

替代解决方案:

使用较旧版本的Alamofire(不推荐)。

答案 1 :(得分:1)

正如丹所说:更新Xcode(参见Alamofire Github)

  

要求

     
      
  • iOS 8.0+ / Mac OS X 10.9+ / tvOS 9.0+ / watchOS 2.0 +
  •   
  • Xcode 7.3 +
  •