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.
I know this must be documented and basic, but I searched on GitHub but did not find reference to this particular issue.
Thanks for reading.
owolf.net/uploads/StackOverflow/GPUITest.zip
from github readme file(step 1 ~ 3):
Start by dragging the GPUImage.xcodeproj file into your application's Xcode project to embed the framework in your project.
go to your application's target and add GPUImage as a Target Dependency.
you'll want to drag the libGPUImage.a library from the GPUImage framework's Products folder to the Link Binary With Libraries build phase in your application's target.
if you meet following errors
“GPUImage.h” not found
then the straightforward way is to add the directory to your header search paths:
PathToGpuFramework/frameworksource
PathToGpuFramework/frameworksource/iOS
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With