Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/121.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/json/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 找不到RKJSONParserJSONKit.h_Ios_Json_Restkit - Fatal编程技术网

Ios 找不到RKJSONParserJSONKit.h

Ios 找不到RKJSONParserJSONKit.h,ios,json,restkit,Ios,Json,Restkit,我无法导入RKJSONParserJSONKit.h。我遵循了RESTKIT安装教程,它工作得很好,但我不能使用JSONParser 在“搜索”对话框中,教程说“将二进制文件链接到库”时,它找不到这些库: libRestKitNetwork.a libRestKitObjectMapping.a libRestKitSupport.a libRestKitJSONParserJSONKit.a libRestKitXMLParserLibxml.a 如果有人能帮我,我很感激 只有在安装版本0.

我无法导入RKJSONParserJSONKit.h。我遵循了RESTKIT安装教程,它工作得很好,但我不能使用JSONParser

在“搜索”对话框中,教程说“将二进制文件链接到库”时,它找不到这些库:

libRestKitNetwork.a
libRestKitObjectMapping.a
libRestKitSupport.a
libRestKitJSONParserJSONKit.a
libRestKitXMLParserLibxml.a

如果有人能帮我,我很感激

只有在安装版本0.9.3时,才需要链接这些库。如果您正在安装最新版本,只需忽略它并链接libRestKit.a。无法导入RKJSONParserJSONKit.h是另一回事。你想这样导入吗

#import <RestKit/RKJSONParserJSONKit.h>
#导入

这在最新版本的RestKit中对我很有用。

太棒了!!!它工作正常!我试过其他方法,但不是那样。谢谢!!!我还有一个问题,我使用RKObjectMapper对JSON响应集合执行解析器,该集合在我看来是NSString,并且我发现这个错误“无法将对象集合映射到不可变的集合”。它需要传递我的域对象集合吗?如果是这样,我对Objctive C及其类还不熟悉,我该怎么做呢?谢谢=我认为你应该用问题描述和你正在使用的代码创建一个新问题。你在v20中试过这个吗?我升级了RKJSONParser,并试图找出它去了哪里。