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.
我正在尝试将 OAuth2Client 添加到项目中。我已按照此处列出的所有说明进行操作,但NXOAuth2.h" File Not Found在尝试时出现错误import "NXOAuth2.h。奇怪的是,Xcode 会转义完成这个标头,但在输入后立即给出错误。
NXOAuth2.h" File Not Found
import "NXOAuth2.h
如果有帮助,我可以将一个新程序上传到 github 上,只需添加 OAuth2Client 尝试。
标头搜索路径
将二进制文件与库链接
OAuth2Client 构建阶段的公共标头
您在那里的用户标题搜索路径对我来说看起来不正确。它应该设置为“$(SRCROOT)/path/to/the/external/library/OAuth2Client”。然后,这将解析为您要搜索头文件的实际路径。
还要确保您已遵循自述文件中列出的所有步骤。即添加了 NXOAuth2Client 的目标作为目标依赖