Questions tagged [restkit-0.26.x]
3 questions
1
vote
0 answers
RestKit: Unique constrians in CoreData is not updating the exisiting entry
I've integrated RestKit for my iOS project in Swift 3. I have multiple entities and they have multiple relationships between them. Now I have added Unique constraint for particular entity and want to update the exisiting entity every time there is…

Vivek Shah
- 430
- 5
- 22
1
vote
0 answers
RestKit Swift Error "Value of type 'RKObjectManager' has no member 'managedObjectStore'"
I have installed RestKit 0.26 using cocoapods and importing RestKit in Bridging-Header as following :
#import
#import
#import
In AppDelegate.swift Im trying to initialise RestKit but…

Aqib Mumtaz
- 4,936
- 1
- 36
- 33
0
votes
1 answer
Restkit nested object mapping weird issue
I'm trying to map the following JSON response with Restkit:
{
"container": {
"id": 1,
"infos": [
{
"id": 1,
"name": "...",
"type": 6,
"value": {
"d0": {
"periods": [
…

lWhitmore
- 613
- 1
- 5
- 7