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.21k stars 4.61k forks source link

GPUImage not working with my app #2553

Closed NMNisha closed 6 years ago

NMNisha commented 6 years ago

I am coding an OCR app where I am using GPUImage library for image filtering. I added GPUImage xcode project manually by adding files. I followed the steps given properly and GPUImage builds successfully. However, my project build is unsuccessful because it doesn't recognize GPUImage functions though the import is recognized.\ screen shot 2018-01-26 at 11 14 53 am

Also the build fails when I try to convert it to swift 4.0

Please help me. Thanks in Advance.

NMNisha commented 6 years ago

Sorry My mistake.