我的应用程序有时会崩溃,原因如下。它来自SBJSON库。
Application Specific Information:
Selector name found in current argument registers: appendDictionary:into:
Thread 0 Crashed:
0 MyApp 0x00000001006a5020 -[SBJsonWriter appendDictionary:into:] (SBJsonWriter.m:149)
1 MyApp 0x00000001006a4b84 -[SBJsonWriter appendValue:into:] (SBJsonWriter.m:86)
2 MyApp 0x00000001006a4998 -[SBJsonWriter stringWithFragment:] (SBJsonWriter.m:59)
3 MyApp 0x00000001006a2dec -[NSObject(NSObject_SBJSON) JSONRepresentation] (NSObject+SBJSON.m:48)
知道这次崩溃是什么意思?请帮忙。
答案 0 :(得分:0)
我不知道为什么会出现错误,但我建议你升级你的SBJson版本! (或者切换到NSJSONSerialisation。)自从您使用的版本以来,已经有很多很多错误修复。多年前我删除了堆栈跟踪中引用的NSObject + SBJSON.m文件。