" GPUImage.h"未找到 [英] "GPUImage.h" not found

查看:135
本文介绍了" GPUImage.h"未找到的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在一个项目中设置 GPUImage ,但我无法追查为什么我得到错误:找不到GPUImage.h。我已经添加了框架,设置了目标依赖项,将Header Search路径添加为:framework,并添加了其他链接标志 -ObjC 。仍然没有运气。如果有人想看看,我已经将我的超简单测试项目列入此处并链接到下面

I am trying to set up GPUImage in a project but I am not able to track down why I'm getting the error: "GPUImage.h" not found. I have added the framework, setup the target dependency, added the Header Search path as: framework, and added other linker flag -ObjC. Still no luck. I have included my super simple test project here and linked below if anyone wants to take a look.

我知道这必须记录和基本的,但我在GitHub上搜索,但没有找到这个特定问题的参考。

I know this must be documented and basic, but I searched on GitHub but did not find reference to this particular issue.

感谢您的阅读。

owolf.net/uploads/StackOverflow/ GPUITest.zip

推荐答案

您的路径必须相对于相对于项目文件的实际目录位置。如果您将其更改为:

Your path has to be relative to the actual directory location relative to the project file. If you change it to this:

GPUITest3/BradLarson-GPUImage-f67cbd9/framework/**

那么它就可以工作了。

这篇关于" GPUImage.h"未找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆