I am trying to add the Facebook SDK to my iOS 8 Objective-C app in Xcode. I did the install according to the FB-dev instructions. However, I get a \"Could not build
Same issue was with me. ... Non of the above solution works for me.. I set . modules, flags and other things also... but nothing help to it.
But for me this issue is solved by
MOVE your framework folder AFTER or WITHIN the folder where .pch file is located at.
When my framework folder
@ myapp/{frameworkFolder}/fbframeworks.
It was showing issues.
I move it to myapp/myapp/modal/{fbframework}/.
Then this issue was solved. (my .pch file is located at myapp/myapp.)
May be the same can help to anyone having same issue.