-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Failed build on macOS with Xcode 16.0 #11288
Comments
@phoerious we will need to fix this |
This also happens with macOS Sequoia when building KeePassXC locally. Not depending on the Xcode. |
CGDisplayStreamCreate is deprecated see: |
This comment was marked as off-topic.
This comment was marked as off-topic.
The function that uses this call to CGDisplayStreamRef is actually just triggering the permission request to enable Screen Recording which is required for polling the window titles (if I recall correctly). If we can poll window titles using just the accessibility permission that would be ideal. Any ideas? |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
BTW, you can continue to build properly if you set the following environment variable before running cmake: |
This comment was marked as off-topic.
This comment was marked as off-topic.
We are talking about two different things. The linked code hides the window from other processes and remote viewers. I'm referring to harvesting window titles for use by auto-type. This thread doesn't impact hiding the main window. |
This won't work for ARM builds. There it has to be at least 11.0. |
Idk if this helps.
|
Hi, is there anything new here? It seems there are also issues related to DisplayLink and KeePassXC, causing windows to sometimes become unmovable. https://www.synaptics.com/products/displaylink-graphics/downloads/macos |
refer to: #10308
The text was updated successfully, but these errors were encountered: