Search code examples
iosxcodesparrow-framework

iOS SparrowFramework


I don't know what's going on- this is my first iOS development project and I'm trying to get my libraries all set up properly.

I have a framework known as Sparrow and am trying to link that up to my project yet I always get the same error - "Sparrow.h cannot be found/referenced".

I'm following the tutorial exactly on this site, and I have checked that I have Xcode 4.2. I really have no idea what's going on, I've tried this about 7-8 times now and it always shows that error.

Can anyone give me some insight?

Thanks!


Solution

  • In my experience, putting the right path to the header files in User Header Search Paths tends to be the tricky part to get right. I'd suggest you double check that's correct.