ios - Xcode 6 can't find framework header files when project name contains spaces -


i'm using parse , pubnub sdk in project called my sample app , since updated xcode 6.3.1 can't run project because xcode doesn't find header files. had same issue previous version, needed delete , add them again make work, unfortunately doesn't work now. tried delete library search path , framework search path without success. there trick fixes issue?

this exact error:

'pnimports.h' file not found 

add $(project_dir) library search path in project settings , select recursive option enter image description here


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -