I have two paths that I want Xcode to search for headers:
\"/myproject/lib1/include\" \"/myproject/lib2/include\"
What\'s th
If you have multiple header paths, use SPACE to divide them, or double click the input text box of header pathS for advance setting. Another recommended way is search "User Header Search Paths" in your Xcode help menu.