-
Hi. One of my macs has 10.14. When I try to run the app from terminal, it gives this message.
|
Beta Was this translation helpful? Give feedback.
Answered by
Lennolium
Apr 13, 2024
Replies: 1 comment
-
Hey @Bubba8291 👋🏻 Thanks for your interest in swiftGuard! I can't fix that for you, because we use Qt6 ( PySide6) as Gui framework, and it enforces minimum macOS 10.4 ... In the future, it may be possible for me to compile swiftGuard for older macOS, and push it as seperate release 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lennolium
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Bubba8291 👋🏻
Thanks for your interest in swiftGuard!
I can't fix that for you, because we use Qt6 ( PySide6) as Gui framework, and it enforces minimum macOS 10.4 ...
So maybe you can change PySide6 to PySide2 in all imports in the source code and try then compiling using the build script.
In the future, it may be possible for me to compile swiftGuard for older macOS, and push it as seperate release 🚀