0

I have updated code to Swift 2.3. I have Restkit in it. Its version was 2.7.0, but it was giving errors use of undeclared identifier AFHTTPClient. I downgraded it to version 2.5.0 and then 2.4.0, and still it is giving me Compiler Errors. What is the compatible version of Restkit [org.cocoapods.RestKit] for Swift 2.3?

1 Answers1

1

RestKit 0.27 works with Swift 2.3 as well as Swift 3.0.

What errors were you getting?

What version of Cocoapods do you have?

Eric Hedstrom
  • 1,627
  • 10
  • 13