Hi, wonder if anyone has a solution to this.
Trying to create a new CMake project with JUCE 7 on MacOS 15.
When I run:
cmake -B cmake-build-install -DCMAKE_INSTALL_PREFIX=/Users/lee/dev/JUCE
I get an error:
error: 'CGWindowListCreateImage' is unavailable: obsoleted in macOS 15.0 -
Please use ScreenCaptureKit instead.
This is called from when trying to build juceaide.
Image createNSWindowSnapshot (NSWindow* nsWindow)
Does anyone know if there is an easy solution to this without having to move to JUCE 8?
Thanks
