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.22k stars 4.62k forks source link

GPUImage not working with Xcode 9 GM (iOS 11)? #2510

Open jvicjvic opened 6 years ago

jvicjvic commented 6 years ago

GPUImage stopped working in my app at Xcode 9 beta 6. Now that GM was released I tested it again and it's still not working.

Tried the FilterShowcase demo at it also doesn't work (on the simulator, didn't test on device).

It doesn't crash or say anything, it just doesn't filter anything. Does anybody please has any idea what's going on?

BradLarson commented 6 years ago

None of the examples that rely on the camera being present will work in the Simulator. Frankly, I only test on device and don't even bother with the Simulator. I have heard that the Simulator is a little off in the latest Xcode 9 betas.

jvicjvic commented 6 years ago

Thank you, Brad. Yes, I tested on device and it's alright, it's just the simulator that isn't working for me.