Xcode seems to not be able to find the header files on /usr/local/include by default: file not found error.
I know it can be fixed by adding the path in the target -> Build Settings -> Header Search Paths: workaround.
Is it possible to let Xcode treat /usr/local/include as a system header search path? So it can find the headers without adding them to: target -> Build Settings -> Header Search Paths.