Hi - Just had macOS update to 10.13.2.
My project which built yesterday is now failing to build with messages “AVCaptureDeviceType is not available on macOS” and “AVCaptureOutputDataDroppedReason is not available on macOS”.
I’m not using any AV stuff at all. It is a basic UI app designed to run on both Mac and PC.
What is the best way of getting rid of that stuff so it builds? If I try to edit the offending headers the editor tells me changes may not be saved…