Using JSONkit for a project that is ARC enabled, and having issues. I flagged the files appropriately as -fno-objc-arc
and tried a build, but it is still throwing errors like ARC is enabled. Any ideas what I could be missing?
For clarity, I flagged the file in Build Phases->Compile Sources->JSONkit.m
EDIT: screen shot of the errors. These are the same errors I got before adding the flag for the file to be ignored by ARC
JSONKit.m
. Also paste in the full build command forJSONKit.o
. This answer will help you find the full build command if you don't know where to find it. – Solan