How do I add a third party library project to my Xcode project so that the third party Library header files are accessible to the rest of the file in the main project.
I tried drag and drop; Added target Dependencies; and did 'Link binary with libraries', but still I am not able to include the third party header files. Am I missing out something?