iphone - why can't Xcode find this header file? -
hi i'm getting xcode "no such file or directory" for:
#import "three20core.h" i note when i'm typing in #import statement recognises, , helps autocomplete, "three20core.h" file, when compile error?
this main library file header three20 library (from facebook). i've got three20 directory @ same level app directory. in xcode application target build settings:
- header search paths - "$(built_products_dir)/../../../three20" , recursive, and
- user header search paths - same above.
any fault finding advice?
see expanded version of answer here: xcode 4 archive version unspecified
i've found many issues xcode 4 when comes complex project structures.
- create group in project called "indexing"
- drag header files group
- when asked select target uncheck all targets
this has solved of xcode 4 issues.
related questions:
Comments
Post a Comment