I’m not certain that this is a RestKit issue, and I’ve tried reinstalling RestKit via CocoaPods many times, but eventually I get this error:
<RestKit/RestKit.h> file not found
Everything compiles fine, and RestKit works. I've set the header search paths to $(inherited)
, just as with other linker flags.
This is unfortunate, because now the autocomplete for those classes isn’t working.
I’ve tried cleaning, deleting derived data, and restarting Xcode, all to no avail.