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 
Comments
Post a Comment