RestKit のインストールを 0.10.2 に更新しました。
私は github の指示に従いましたが、私のプロジェクトは完全にビルドされました。
ただし、たとえば RKClient インスタンスを初期化しようとすると[RKClient clientWithBaseURL:@"http://127.0.0.1"];
、次の例外が発生します。
*** 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)
私のプロジェクト設定:
他に提供する必要がある情報はありますか? どうすればこの問題を解決できますか?