寻找 GPUImage 框架 headers

Finding GPUImage framework headers

我正在尝试将 GPUImage 实现到我的 iOS 应用程序中,但我 运行 遇到了问题。在 Adding the static library to your iOS project 部分下的框架 GitHub page 上,它说:

You'll also need to find the framework headers, so within your project's build settings set the Header Search Paths to the relative path from your application to the framework/ subdirectory within the GPUImage source directory. Make this header search path recursive.

我找到了 Header 搜索路径设置并且我已经将搜索路径设置为递归,但我不确定实际输入什么路径以便框架正常运行。我需要在这里输入什么(用相对简单的术语解释)以及如何找到它?

我按照在线教程找到了我要找的东西。我只需要输入从我的 Xcode 项目文件夹到 GPUImage 目录的路径。