0

I am getting the following error when I run my app:

ld: warning: directory not found for option '-F/Users/qlxmac01/Desktop/iPhone Apps from Google Docs/NinjaBites/../../Documents/FacebookSDK'

It uses an older version of the FacebookSDK from around 2012-2013 but I am not sure why the app will not compile. I'm assuming that the problem has to do with the FacebookSDK.framework

Could someone please point me in the right direction of how to fix this error or what I should even be looking for to fix this problem?

Here is a snapshot of what I am getting: enter image description here

MSU_Bulldog
  • 3,501
  • 5
  • 37
  • 73

2 Answers2

1

This happen when your project not able to find the your facebookSDK framework because of shifting the project from one directory to other try to delete facebook sdk from project file and add the facebook sdk again.

objectiveCoder
  • 579
  • 5
  • 17
0

Facebook usually recommends putting their facebookSDK into the ~/Documents folder, check to see if this or anything involved with facebookSDK is on your iCloud only. This was the issue for me when I ran into this.