p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Verdana; color: #555555; -webkit-text-stroke: #555555}span.s1 {font-kerning: none}
在之前兼容64位操作系統(tǒng)時(shí)jsonkit 出問題,這次ios9更新又中招了,更新xcode7后原來的jsonkit崩潰。
[JKSerializer serializeObject:options:encodeOption:block:delegate:selector:error:]
void *keyObjectISA = *((void **)keys[idx]); 這句崩潰
直接上解決方式:
替換 https://github.com/jcbertin/JSONKit 這位大神的 JSONKit.m文件就好了 。
原文鏈接:
http://www.xmsdn.net/iso/ios9-jsonkit-crash%e6%9b%b4%e6%96%b0xcode7%e5%90%8e%e5%8e%9f%e6%9d%a5%e7%9a%84jsonkit%e5%b4%a9%e6%ba%83/