How to make Xcode find file FacebookSDK.h?

First, you have to remove your FacebookSDK.framework from your Project. Then start over again with these 5 steps. DO NOT re-link the framework.

  1. Go to Build Phases in your Project Target.
  2. In Link Binary With Libraries, click the “+” button.
  3. Click on “Add Other…” button
  4. Browse your FacebookSDK folder. Generally in ~/Documents/FacebookSDK/
  5. Clik on (select) “facebookSDK.framework” and then OPEN.

That’s it.

Leave a Comment