-
Notifications
You must be signed in to change notification settings - Fork 133
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
"Application cannot be opened." on macOS 15 #430
Comments
Hi @rememberber! |
io.github.fvarrui javapackager 1.7.5 true com.luoboduner.moo.tool.App true
|
It (the .app file)works well on macOS 14,but can not open the .app file on macOS 15(the newest macOS recent released by Apple) |
Same problem with my customers: after upgrading to MacOS 15 the app doesn't start anymore. |
Hi @rememberber and @amariottini! |
Sorry, I can't test on MacOS as I don't have one anymore |
@rememberber, on your attached image, what does this message say? Could you translate it? |
I can't see in your POM if you are bundling a JRE |
|
I tried "codesign --force --deep --sign ./universalJavaApplicationStub", got "error: The specified item could not be found in the keychain." |
"The Application can't open" |
|
Please, can you try to build your app using |
I have had experienced the same issue, however, using the macStartup property with UNIVERSAL value resolved the issue. @fvarrui Thank you for the idea! Appreciate your help very much! |
Successfully resolved! (using the macStartup property with UNIVERSAL) |
Maybe It would be a good idea to set UNIVERSAL as the default value for macStartup property |
Solved macStartup = UNIVERSAL but now I have another error, I'll open a new issue. |
I think we can close this issue |
I'm submitting a…
Short description of the issue/suggestion:
Steps to reproduce the issue/enhancement:
What is the expected behavior?
What is the current behavior?
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
The text was updated successfully, but these errors were encountered: