XCode 3.1.2, header file not found -
I am trying to create a code that has dependencies with other header files not in the project directory Are there. Although I added these header files both paths in both HEADER_PATH and USER_PATH, I still see the error when building, it says that the file was not found. I have verified that the file exists in the path that is added to the header search path in the project settings.
How can I ensure that all the header files referenced in the project are included and during the compilation the path is being chosen by Xcode?
I tried copying all the files in the project with no luck, this is the first time when IMM is using Xcode, it's frustrating like IAM with a Linux guy and a file easy. Is there a file for xcode, which I can modify to include header file directories.
you want
- select your project in Project Navigator .
- Choose your goal.
- Click the Build Stages tab.
- Click Compile Formulas to expand the section.
- Drag dependency to the top
Comments
Post a Comment