mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #321] KeyCastr won't launch on macOS < 11.0 #275
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sdeken on GitHub (Mar 25, 2025).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/321
Filing a bug report on behalf of someone who reached out to me directly:
@akitchen commented on GitHub (Mar 25, 2025):
I think this is the same as what was reported in #318 . I happen to have an older mac also running 10.14.6, so I fired it up to see what's going on.
Although the app is built with a deployment target of 10.13, in the latest release the KCVisualizer framework has a deployment target of 11.0 according to a console log entry related to the failed startup. It looks like the internal frameworks' configuration got reset to use a MACOSX_DEPLOYMENT_TARGET of RECOMMENDED_MACOSX_DEPLOYMENT_TARGET which was 11.0 at the time this build was created.
This is already fixed locally as a part of the work I was doing to try to prep the minimal visualizer for an upcoming release. I haven't had much time for that lately so I'll look into creating a small bugfix release for this. I doubt there are many users on this version of OS X but I'm happy to hear there are some!
@akitchen commented on GitHub (Mar 25, 2025):
cc @alltiagocom
@sdeken commented on GitHub (Mar 25, 2025):
Yep - I forwarded him your comments from #318 to see if that helped him, but haven't heard back. His message actually got lost in my inbox - he sent the original note back in December and I didn't see it until today.
At some point I swear I'll dig out my MacBook and see if I can help knock down some of the backlog 😅