I am trying to use SBJsonParser in my iOS 5 project. But, its not compiling in Xcode 4.2 and throws many errors for “ARC forbids explicit message send of ‘release'”. I have to now remove all autorelease/release/retain from from the complete set of SBJsonParser folder (or) set Xcode project setting ARC to “No”. I can’t do this both. Because, there are so many number of files, which i can’t make removing all release/autorelease/retain used, and also I need to have ARC to “Yes” as my other files are dependent on it.
Could someone please share with me how can i get iOS 5 supported SBJsonParser files?
Thank you!
https://github.com/stig/json-framework