-1

I have Xcode IDE 7.2 on iMac

I checked out a project from svn with alamofire version is 1.2.2

Now i'm getting 34 issues all related to alamofire ios (33 issues) and alamofire osx (1 issue)

enter image description here

What is the problem of these errors? Any idea how can i fix them?

Thanks a lot

Maha
  • 519
  • 2
  • 11
  • 23

1 Answers1

1

You have to update Alamofire. This version is no longer compatible with version of Swift you have. I guess this version of Alamofire is compatible with Swift 1.2 (old names of protocols, # in parameter list etc.)

Sebastian Osiński
  • 2,894
  • 3
  • 22
  • 34