We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
because CGWindowListCreateImage is obsolete:
CGWindowListCreateImage
Actions/ColorPickerAction.m:86:35: error: 'CGWindowListCreateImage' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead. 86 | CGImageRef imageRef = CGWindowListCreateImage(imageRect, kCGWindowListOptionOnScreenOnly, kCGNullWindowID, kCGWindowImageDefault); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGWindow.h:271:33: note: 'CGWindowListCreateImage' has been explicitly marked unavailable here 271 | CG_EXTERN CGImageRef __nullable CGWindcc -include cliclick_Prefix.pch -I Actions -I . -c -o Actions/MoveAction.o Actions/MoveAction.m owListCreateImage(CGRect screenBounds, | ^ 1 error generated. cc -include cliclick_Prefix.pch -I Actions -I . -c -o Actions/PrintAction.o Actions/PrintAction.m make: *** [Actions/ColorPickerAction.o] Error 1 make: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
because
CGWindowListCreateImage
is obsolete:The text was updated successfully, but these errors were encountered: