BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.85k stars 605 forks source link

Runtime error in func addSource(_:) of ImageConsumer extension #304

Closed strawnut closed 4 years ago

strawnut commented 4 years ago

Hi. I tried to build for FilterShowcase example target. The build is successful but, when I select something effect from list, then runtime error triggered.

스크린샷 2019-09-09 오후 2 31 03

77 to 79 line is that I added test codes. Yes. The codes is fool. we can expect that is always successful. However, in the runtime, self does not adopt ImageConsumer. Eventually, it is triggered runtime error at 77 line without special error message.

I can't undersetand, what is the matter?

BradLarson commented 4 years ago

Something sounds like it's broken in your compiler / toolchain / Xcode version:

Screen Shot 2019-09-11 at 2 29 43 PM

This all works just fine here.