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:

  1. header search paths - "$(built_products_dir)/../../../three20" , recursive, and
  2. 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.

  1. create group in project called "indexing"
  2. drag header files group
  3. when asked select target uncheck all targets

this has solved of xcode 4 issues.

related questions:


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -