I am trying to integrate a facebook login by using Parse. I have followed every step on Facebook ios SDK enter link description here and Parse SDK enter link description here setup a Facebook login.
I got 2 issues:
<ParseFacebookUtilsV4/PFFacebookUtils.h> file not found
Failed to import bridging header '-file path-'
I realized that in the 'parse-library-1.7.5' fold, there are 2 framework, one is 'ParseFacebookUtils.framework', another is 'ParseFacebookUtilsV4.framework'. Followed the step, I only import 'ParseFacebookUtils.framework' into the project navigator.
bridge header saved under project file and I have set up ->target->build settings->install object-c compatibility header to be YES.
Dose anyone help for these 2 issues? Thank you very much.
