Iman Mustafa
Iman Mustafa

Reputation: 69

Restkit compatible version for Swift 2.3?

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?

Upvotes: 0

Views: 40

Answers (1)

Eric Hedstrom
Eric Hedstrom

Reputation: 1627

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?

Upvotes: 1

Related Questions