c++ - I am trying to compile in xcode an open source game called supertux but I keep getting file not found errors -
The source file is divided into different libraries and each has xxx.c and its xxx.h equivalent. Almost all of my classes get me the file. Errors on the first import statement for the file were not found. I removed the "library /" and removed the error. I was thinking that besides going through each of the 1000 classes and for doing the import statement, this is an easy way to do this. I already have "Link Binaries with Libraries "Please help me lost
You can specify the path like this: USER_HEADER_SEARCH_PATHS you want You can find this option in the target setting for the
#include "..." ... .
$ (SRCROOT) / subfolder / subfolder
Comments
Post a Comment