當我們在使用JSONKit處理數據時,直接將文件拉進項目往往會報這兩個錯“JSONKit does not support Objective-C Automatic Reference Counting(ARC)”,“ARC forbids Objective-C objects in struc ...
當我們在使用JSONKit處理數據時,直接將文件拉進項目往往會報這兩個錯“JSONKit does not support Objective-C Automatic Reference Counting(ARC)”,“ARC forbids Objective-C objects in struct”,這是由於JSONKit庫未更新,不支持ARC機制。我們可以參照如下步驟解決: