RKUrl class doesn't exist in latest RestKit

ios, iphone, restkit

Solution

RKURL is part of 0.10 RESTKIT.it is not part of 0.20 RESTKIT anymore. RestKit now use AFNetworking for more info which classes & methods have upgraded or eliminated in 0.20 version of Restkit follow this official link restkit upgrading from 0.10 to 0.20

Problem

I'm having problem to use RESTKIT. I have installed everything perfectly, I have been following Raywenderlich Tutorial but in latest restkit RKURL doesn't exist; even RKObjectLoader is also not there. Please can any one tell what are the replacement of these classes? I have checked on restkit.org & github but not able to find out.

Original source