supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.04k stars 515 forks source link

Mac ARM Build need `xattr -cr /Applications/SuperSlicer.app` #4239

Open aSilentSniper opened 1 month ago

aSilentSniper commented 1 month ago

What happened?

Sadly the Mac Arm Build is not Working i just get the following error after Moving it to my Applications

“SuperSlicer.app” is damaged and can’t be opened. You should move it to the Bin.

Project file & How to reproduce

Download the ARM build and move it to your Applications folder

Version

2.5.59.9

Operating system

macos 14.4.1

Printer model

No response

JWRu commented 1 month ago

I have the same issue (Mac mini M2 - Sonoma 14.4.1). The Intel version is working under Rosetta.

malcinator commented 1 month ago

I had the same issue yesterday. Found this terminal command in the release notes

xattr -cr /Applications/SuperSlicer.app

and the solved the issue for me on my M1 MacBook Pro.

JWRu commented 1 month ago

xattr -cr /Applications/SuperSlicer.app

solved the issue for me, too. (Mac mini M2 - Sonoma 14.4.1)