I'm running into a nasty issue trying to import a header from a project that is embedded in my main project. What is the proper way to import RKJSONParserJSONKit.h
indicated below?
I'm trying : #import "RestKit/Support/RKJSONParserJSONKit.h"
but Xcode cannot find that file.