I'm using JSONKit Objective-C library.
But its causing an error in JSONKit.m while I compile the source.
I've used -fno-objc-arc
compiler flag to compile non-arc code.
The error is inside JSONKit.m file, pointing to the filepath/NSString (isa).
What should I do to avoid this error.