Xcode – CGImageCreate: invalid image byte order info for bitsPerPixel != 32 = 16384
I have an iOS app that analyzes video from the camera using OpenCV. The video that is being displayed is in BGR. After upgrading from Xcode 13 to 14, the video has stopped being displayed, and this has appeared in…