RestKitTest icon indicating copy to clipboard operation
RestKitTest copied to clipboard

Not able to do a POST with RKClient

Open giomv opened this issue 13 years ago • 0 comments

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.

giomv avatar Jun 04 '12 17:06 giomv