RestKitTest
RestKitTest copied to clipboard
Not able to do a POST with RKClient
In the example, you show a simple get request, which works great, but when i'm trying to make a post using params and the RKClient.sharedClient.post (RKClient.sharedClient.post("my_url", params:params, delegate:self) ) method, I get the following error:
Objective-C stub for message post:params:delegate:' type@@:@@@' not precompiled. Make sure you properly link with the framework or library that defines this message.
Is there a library missing or it's syntax error?
Thank you in advance.