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?
Asked
Active
Viewed 38 times
0

Iman Mustafa
- 59
- 5
-
You can use Alamofire. https://github.com/Alamofire/Alamofire – Keyur Hirani Jan 11 '17 at 07:19
1 Answers
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