Hi, I get xcode "no such file or directory" for:
#import "Three20Core.h"
I also note when I type the #import operator, which it recognizes, and helps to autocomplete the file "Three20Core.h", however, do I get an error while compiling?
This is the main library file header for the Three20 library (from Facebook). Thus, I have a three20 directory at the same level as the application directory. In the settings of the target installation of the Xcode application:
- Header search paths are "$ (BUILT_PRODUCTS_DIR) /../../../ three20" and recursive, and
- The search paths for user headers are the same as above.
What is the diagnostic tip?
source share