I’m using touch JSON, I imported and copied the files inside my folder,
then #import "CJSONDeserializer.h" which is recognized by the autocompleter, but when building, it appears that CJSONDeserializer file not found
So what am I doing wrong while importing, or how to make it recognize the files?
My best guess is that you have not added the header files to your target. To do so go to your project navigator top level, select it, select target, and go to the “search paths” sections, then in the header search path add the path to the CJSONDeserializer.h relative to where your .xcodeproject is.