-
Notifications
You must be signed in to change notification settings - Fork 10
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
System requirements for macOS dmg #40
Comments
Hmm. Does not launch or do you get an error? I've tested from 10.14 - current 11 versions |
Nothing happens when I try to launch the app. It doesn't have a crossed out icon like some apps that are unsupported on the current system. ... ah well, I tried to launch the app via Terminal, there I get an error message:
|
I was just typing the following when you posted the above :) I'm guessing that this is a PyInstaller related problem. I compile the application in 10.15.7 and it is bw compatible with 10.14. I don't have a 10.13 VM to test. |
As I understand it, PyInstaller provides a forward compatibility guarantee, but not a backward compatibility guarantee across macOS (and other OS) versions. You can compile the app bundle yourself in a
Line 36 in 7a3f95d
Package will be located in the dist directory. It would be ideal to move this entire process to build from GH Actions and compile with an early version of macos. My understanding is that GHA doesn't support macOS < 10.15. Does Just's Font Goggles package build work for you on 10.13? |
Updated macOS installation docs with the 10.14+ requirement. https://slice-gui.netlify.app/docs/install/#macos Let me see if I can find a way to support earlier versions of macos in our releases. Sorry for the troubles Jens. |
No worries! The latest release of FontGoggles (1.1.17) works for me. I will try to build the app myself. I already was able to use the app via the |
Added #41 to support earlier versions of macOS |
Added new docs on how to build the single file PyInstaller |
I downloaded the dmg for macOS just to find out that the App won't start on 10.13. I could not find this mentioned anywhere in the documentation pages. Would be nice to get an early warning ;)
@chrissimpkins Answer: Current repository releases require macOS 10.14 and above. macOS install docs updated. Users on macOS < 10.14 can build the app bundle with the instructions in #40 (comment). Looking into a way to support earlier macOS versions in our releases.
The text was updated successfully, but these errors were encountered: