I am having trouble importing the tapku library (to use the calendar api it provides). I've also tried Kal with the same problem. Here's what I do to import it (please tell me if I'm missing something) (using Xcode 4.5).
Go file > Add files to project > TapkuLibrary.xcodeproj > copy items into destination's group folder unchecked, Create folder references selected, add to target "my project" checked.
Go file > Add files to project > TapkuLibrary.bundle > same settings as above.
Under build settings, under "header search paths", add the file to the tapku library "src" folder (and leave the box on the left unchecked). I have another item from a different api i used in my project in header search paths, too. Does this matter?
Go to build phases, and add Tapku Library under target dependencies and libTapkuLibrary.a under Link binary with libraries.
So after doing this, when I go to a file in my project and try
#import <TapkuLibrary/TapkuLibrary.h>
It says "TapkuLibrary.h file not found"
By the way, the Tapku folder itself is on my desktop, not in the application's root folder.
Please tell me if I am missing something or doing something wrong. Thank you so much! Luke