(Posting this question for reference purpose, I'll answer immediately)
How to add header search paths to Xcode? Especially when including with this syntax:
include <myheader.h>
- Adding path globally to all projects like system headers.
- Adding path to only to a specific project.