0

I am getting the below error within AppDelegate.m while trying to run my app. I have removed and re-added the FacebookSDK.framework in hopes that it will help however, it did not. My deployment target is 7.1 and I am using Xcode 5.1.1

Lexical or Preprocessor Issue 'ParseFacebookUtils/PFFacebookUtils.h' file not found on the line below

 #import <ParseFacebookUtils/PFFacebookUtils.h>

enter image description here

4

1 回答 1

1

“ParseFacebookUtils”和“FacebookSDK”是两个不同的框架。你得到错误 ParseFacebookUtils.framework,我可以从截图中看到它丢失了。尝试重新加载它(您可以在 parse-library 存档中找到它)。

于 2014-09-23T15:27:19.460 回答