It says \"FacebookSDK/FacebookSDK.h file not found\"
Yet I can jump-to-definition on the #import and it takes me to the file.
And once I added the #import i
Ok guys, I think i got the answer. Follow the steps given below.
$(PROJECT_DIR)/project_name/Resources/FrameworksNow goto Build Settings→Search Paths→Framework Search Path and make sure that it has the following two things.
(a) $(inherited)
(b) $(PROJECT_DIR)/project_name/Resources/Frameworks.
Not to remind the framework exists inside the Frameworks folder
Hope it works. Please remember not to keep any folder names with spaces. If you have kept them, make sure that you provide the correct escape characters.