BradLarson / GPUImage3

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

Fatal error: Unexpectedly found nil while unwrapping an Optional value #115

Open whtoo opened 3 years ago

whtoo commented 3 years ago

Error Description: "GPUImage/MetalRenderingDevice.swift:41: Fatal error: Unexpectedly found nil while unwrapping an Optional value" iOS Version: 14.5

When init camera, my app will crash and console show log as above. iOS 13.x is ok, so I guess maybe we should update framework to adapt new iOS 14.x ?

Jake-SoftwareRaven commented 1 year ago

@whtoo Have you worked out what the issue is with this? Im getting this error also on 14.X