如果遇到“JSONKit does not support Objective-C Automatic Reference Counting(ARC)”這種情況引颈。
原因:
JSONKit是MRC項目不能在ARC項目中直接編譯通過逗宜。
解決方案:
1.點(diǎn)擊項目根目錄->targets->Build Phases->JSONKit.m->添加“-fno-objc-arc”字段同波。
2.這時候會出現(xiàn)一個新的錯誤,Assignment to Objective-C's isa is deprecated in favor of object_setClass()//分配到Objective-C的ISA是贊成object_setclass()棄用(取自百度翻譯,翻譯不對)
解決方法
Build Settings -> Apple LLVM7.1 -Warnings -Objective C ->Direct usage of 'isa' 將值給為NO就好了