当前位置: 首页 > 工具软件 > JSONKit > 使用案例 >

JSONKit EXC_BAD_ACCESS

袁山
2023-12-01

void  objectISA = (JK_EXPECT_F(workAroundMacOSXABIBreakingBug)) ? NULL : *((void *)objectPtr);

此处崩溃出现EXC_BAD_ACCESS

我是如下方式调用JSONKit

NSMutableDictionary *jsonDict2 = [NSMutableDictionary dictionary];
[jsonDict2 setObject:@"doLogin" forKey:@"method"];
[jsonDict2 setObject:jsonDict1 forKey:@"params"];
NSString *sendeStr = [jsonDict2 JSONString];

 解决办法 用这个JSONKit https://github.com/jcbertin/JSONKit

转载于:https://www.cnblogs.com/liwentao1091/p/5287322.html

 类似资料:

相关阅读

相关文章

相关问答