I have two paths that I want Xcode to search for headers:
\"/myproject/lib1/include\" \"/myproject/lib2/include\"
What\'s th
Xcode 6.1.1 also requires you to set Search Paths->Always Search User Paths to 'Yes' ... and have User Header Search Paths as specified in above posts.