Xcode7 JSONString崩溃。在Xocde6中没有

时间:2015-10-20 13:55:26

标签: xcode7

使用了JsonKit

NSDictionary *json = [result.text objectFromJSONString];
NSString *config = [json JSONString];

在Xcode6中运行没问题,但在Xcode7中运行崩溃

1 个答案:

答案 0 :(得分:0)

这可能不是Xcode的问题。但如果您在64位设备中运行项目,它可能会崩溃。我有同样的问题。

我用这个链接提供的工具包替换了我的jsonkit:

https://github.com/heroims/JSONKit

问题解决了。

由于