Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 facebook 开发人员指南添加了所有必需的框架,但仍然遇到相同的错误: FBSettings.h file not found
FBSettings.h file not found
我能做些什么来解决这个问题?
你有很多方法可以解决这个问题。首先在您的目录或项目中检查此文件是否可用。如果不可用,则 1) 分别从 Git 下载所有模块。
现在,您已经确认“FBSettings.h”文件在您的项目目录中可用,然后只需编写如下所示的头文件。意味着从目录中写入“FBSettings.h”文件的完整路径,它将工作得非常好。
前任。这里,
#import "../directoryName/FBSettings.h"