-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
I'm not sure this works on Mac OS X 10.14 #101
Comments
Hi @rafpaf if you change the version in |
I can not get that far, it fails way earlier:
This happens on the sample app NodeGUI-System-Utility-Library |
It looks like you are using an old version of nodegui on the system utility library app |
Whatever the example app has on it's dependencies.
Following the same instructions with the react-template app works perfectly.
Regards
…On Wed, Feb 3, 2021 at 1:32 PM Atul R ***@***.***> wrote:
It looks like you are using an old version of nodegui on the system
utility library app
@danielo515 <https://github.com/danielo515>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#101 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARKJWMOHKSGWWIAHE4YGVTS5E65LANCNFSM4P74VUXQ>
.
--
---
https://danielorodriguez.com
|
I also encountered the same error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I packed the nodegui starter project on Mac OS X 10.14, but when I tried to open the resulting app, I got an error message: "The application requires macOS 10.15 or later."
To reproduce:
The last command produces this error:
If I open the app in Finder, I get the message: "You can’t use this version of the application 'starter' with this version of macOS. You have macOS 10.14.1. The application requires macOS 10.15 or later."
Changing LSMinimumSystemVersion in
Info.plist
to 10.14 unfortunately doesn't seem to change anything.Any ideas?
The text was updated successfully, but these errors were encountered: