I want to link two existing library projects to my new project in xcode4. I've tried 2 solutions so far.
- Adding two projects inside the new one.
- Creating a workspace and adding all three projects in it. But in both cases when I build, the header files are not found by compiler. I've tried adding "Target Dependencies" in "Build Phases" of my project and adding library files (.a) to "Link Binary With Libraries" but nothing works. After reading other posts on this issue I found out that I have to configure "Search Paths" for the project but I don't know how to. Because I've tried some solutions but they don't work for me so I'm surely missing something.