1

I have installed RestKit 0.26 using cocoapods and importing RestKit in Bridging-Header as following :

#import <CoreData/CoreData.h>
#import <RestKit/CoreData.h>
#import <RestKit/RestKit.h>

In AppDelegate.swift Im trying to initialise RestKit but facing this error "Value of type 'RKObjectManager' has no member 'managedObjectStore'" on following code line

self.rkManagedObjectStore = RKManagedObjectStore(managedObjectModel:self.managedObjectModel)
self.rkObjectManager.managedObjectStore = self.rkManagedObjectStore

Its more likely this existing error but in Swift

Any helping pointer? Thanks,

Community
  • 1
  • 1
Aqib Mumtaz
  • 4,936
  • 1
  • 36
  • 33

0 Answers0