I'm having trouble using the Freetype library in my Xcode project and have the include at the top of my code #include <ft2build.h>
; however when I build the code, I get the error 'Ft2build.h' No Such file or directory. I had linked the library 'libfreetype.dylib' and included the following in 'Other Link Flags' in the Build tab: '-l/usr/local/include/freetype2/'.
I'm quite new to Xcode, and would appreciate any help here from someone that could highlight what I've missed.
Many thanks, Alex
ft2build.h
exist in/usr/include
(or some other include directory)? – Spallation/usr/local/include/freetype2
– Payday