Search code examples
iosobjective-cxcodevideo-capturegpuimage

Adding Header Search Path when trying to incorportate GPUImage in my xcode project?


I am trying to add the GPUImage framework/library according to this:

github.com/BradLarson/GPUImage

and I am stuck at the point of setting the Header Search Path. I tried setting a path but when I tried importing#import "GPUImage.h" I got an error saying it is not found. Maybe I put in the wrong path? I'm confused about what I should do because I have never used this before (very new to programming). Any help would be greatly appreciated.


Solution

  • I suggest you use cocoapods. It handles gracefully library dependencies and GPUImage is present there.

    cocoapods.org

    It is also fairly easy to install and use