BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.23k stars 4.61k forks source link

An error "Use of unresolved identifier" when trying to add the GPUImageVibranceFilter into my swift project #2451

Open ChathuriSenanayake opened 7 years ago

ChathuriSenanayake commented 7 years ago

I get a "Use of unresolved identifier" when trying to add the GPUImageVibranceFilter... I have aded GPUImage Library (as per discussed) into my swift project.

So far tried "GPUImageWhiteBalanceFilter", "GPUImageExposureFilter" and "GPUImageHighlightShadowFilter" which works fine.

Although the GPUImageVibranceFilter.h file is in the framework/Source folder, its not their in my project folder, after dragging the GPUImage.xcodeproj into my project.

Any ideas?

Thanks and excited to use this library!!