Top "Restkit" questions

RestKit is an Objective-C framework for iOS that aims to make interacting with RESTful web services simple, fast and fun.

No such module 'RestKit' with cocoapods and swift

I am having this problem with a brand new project. This problem happens with both RestKit and Facebook SDK. Strangely …

swift restkit cocoapods facebook-ios-sdk
Rails shows "WARNING: Can't verify CSRF token authenticity" from a RestKit POST

When I try to POST from RestKit, there is a warning in Rails console: Started POST "/friends" for 127.0.0.1 at 2012-04…

ruby-on-rails ios ruby-on-rails-3 restkit
REST API iOS development

I'm having lots of trouble setting up the RestKit API to my app. I wonder if there is any other …

ios rest xcode4 restkit
Is there any Restkit 2.0 Tutorial like raywenderlich?

i am learning restkit api. I found a very good Raywenderlich restkit tutorial. But it is integrated with Restkit 0.10.1. And …

restkit
Do a simple json POST using RESTKit

I'm new to iOS development and I'm having trouble making a simple Json POST request. I have a NSDictionary containing …

objective-c json cocoa-touch post restkit
iOS app with Django

So we currently have a website that was created using Django. Now, we would like to create a native iOS …

ios django restkit tastypie
RestKit/RestKit.h file not found error - version 0.10.0

I am losing my hair in my attempts to get RestKit to build and work. I get the dreaded "Lexical …

iphone ios header clang restkit
Implicit Conversion of 'BOOL'(aka 'bool') to 'id' is disallowed by ARC

I am trying to transform a value of Pending/Completed to a boolean True/False value Here is the code …

ios objective-c restkit
RKObjectMapping.h Not Found

I "pod update", and my RestKit version now is 0.25.0, my RKValueTransformers is 1.1.2, and an error appeared "RKObjectMapping.h" not found. …

objective-c restkit cocoapods
RestKit: How does one post an array of objects?

Question summary: Consider a class SyncObject that is KVC-compliant with properties such as: time, someValue, lastChange, uuid. Consider an NSArray …

objective-c ios cocoa-touch restkit