Restkit错误初始化RKCLient

时间:2012-10-02 22:16:50

标签: restkit

我已将RestKit安装更新为0.10.2。

我已按照github上的说明操作,我的项目构建完美。

但是,每当我尝试使用例如[RKClient clientWithBaseURL:@"http://127.0.0.1"];初始化RKClient实例时,我都会遇到以下异常:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFConstantString path]: unrecognized selector sent to instance 0x324790'

*** First throw call stack:

(0x22f0022 0x1f7acd6 0x22f1cbd 0x2256ed0 0x2256cb2 0x1e23cf 0x1e20df 0x1e1ff4 0x1c4338 0x1c3da3 0x1cb33 0xdfc386 0xdfd274 0xe0c183 0xe0cc38 0xe00634 0x21daef5 0x22c4195 0x2228ff2 0x22278da 0x2226d84 0x2226c9b 0xdfcc65 0xdfe626 0x1b56d 0x2e75 0x1)

我的项目设置:

enter image description here我还需要提供更多信息吗?我怎么解决这个问题? enter image description here enter image description here

1 个答案:

答案 0 :(得分:1)

您可能想要尝试“clientWithBaseURLString”,因为您正在传递NSString。