I added all required frameworks using facebook developers guide line but I still got the same error:
FBSettings.h file not found
What can I do to solve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have many ways to solve this Problem.
First check in your directory or Project that this file is available or not. if not available then
1) Download all the Modules from Git individually.
Now, you have confirmed that the “FBSettings.h” file is available in your project directory then just write the header file like below.
Means write the full path of the “FBSettings.h” file from directory and it will work extremely Fine.
Ex. here,