-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Issue with permissions on opening Superslicer on MacOs Sequoia. #4487
Comments
I came here to post this exact issue, to add to this, I have built from source as well as downloading from the Releases. When building from source I tried multiple different flags:
When building from source I get a different error that the application file may be damaged or incomplete. |
Please do xattr -cr Applications/SuperSlicer.app |
It does not work for this. I tried. Also in my first post I provided the solution that worked for me. |
xattr only works if the error is „app damaged“. In your case removing codesign was correct, merill got some problems with signing which will be fixes soon |
What happened?
While opening the app it shows Spotlight has no permissions to open ("null"). Same goes with Finder. And the app is not opening.
I have to add that it seems to be the problem created by apple and app signing. Search on the web shows that openScad had the same problems.
For the moment I have been opening the app by going straight into app packages/macOs.
And just now I have found solution that worked:
By inputting into terminal:
codesign --remove-signature /Applications/SuperSlicer.app
codesign --force --deep --sign - /Applications/SuperSlicer.app
Project file & How to reproduce
Just open the app
Version
2.5.59.13
Operating system
macOS 15.1
Printer model
No response
The text was updated successfully, but these errors were encountered: