xcode error - Jsonkit.m file

174 views Asked by At

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.

1

There are 1 answers

0
Bug Hunter Zoro On

Please use native class NSJSONSerialization for parsing JSON its more helpful rather than relying on third party components.