I'm having a very annoying problem trying to build a static library. I want to use my library like:
#import <RSS/RSSFeed.h>
From my client app. Thing is, I would have to build the library in such a way that it understands there is an RSS folder with code inside. Any other system and this wouldn't be a problem. Leave it to xcode to ruin this very simple task.
Please take a minute to review this video detailing my problem:
http://development.carousel30.com/tmp/seriously_wtf.mov
I hope I have illustrated what I am trying to accomplish. I've done my research on this, and am really at wit's end trying to get this to work. I refuse to let xcode win this one - please help!