Post

Replies

Boosts

Views

Activity

Xcode add header search path
Using XCode9, I have created a C-command line project and added an open source framework (gstreamer) in adddition to the corefoundation framework to my project.The C-program uses the header files from gstreamer which are not found by the compiler causing an error. I cannot see where I can add the header path to my project. I have checked the Framework and Xcode lists in the Header directory all header files.The following line causes the compiler error:#include <gst/gst.h>Asking for advice.gMichael
4
0
23k
Aug ’18