Newbie here, trying to add the CHDataStructures library to a calculator project I'm working on. I did as suggested in the accepted answer at Linking a static library to an iOS project in Xcode 4 and have ended up with this:
Unfortunately, I get a 'CHDataStructures.h' file not found
error when I try to add the header to classes in my project (Calculator.m
, for example).
Any thoughts about how I can get the CHDataStructures library to be, like the Death Star, fully operational?
EDIT
Okay, here's trying both $(SRCROOT)
and the absolute path. Any thoughts?