neopostmodern / wohnungsbot

Der Wohnungsbot — die Anwendung zum 2. Akt ("Das Versprechen des Bots") des Automatisierungsdramas in drei Akten "Von einem der auszog eine Wohnung in Berlin zu finden" von Clemens Schöll
https://wohnungsbot.de
GNU Affero General Public License v3.0
149 stars 27 forks source link

ARM64 release is damaged in M3 #202

Closed topikettunen closed 3 months ago

topikettunen commented 3 months ago

Wohnungsbot seems to fail and gives the "Wohnungsbot is damaged and can’t be opened. You should move it to the Trash" error when trying to open it with my Macbook running the new M3 chip. Tested downloading the release from the website and also from the GitHub releases. Same error in all of them.

macOS version: Sonoma 14.3.1

neopostmodern commented 3 months ago

Are you sure this isn't just the bizarre macOS wording for independently distributed software? Did you do all the magic tricks?

topikettunen commented 3 months ago

I did try those magic tricks, but IIRC, those magic tricks tend to work only if macOS gives the error of unidentified developer, not the "Wohnungsbot is damaged and can’t be opened." Or at least they have worked like that before, but I might be wrong.

snakekick commented 3 months ago

Hello, i have the same error on mac 14.4.1 with M2 Arm

neopostmodern commented 3 months ago

Have you tried this

xattr -r -d com.apple.quarantine /path/to/xyz.app

or

xattr -cr xyz.app

?

Can you try building from source?

Otherwise I'll try once I run into an ARM-based Mac.

snakekick commented 3 months ago

cool, xattr -r -d com.apple.quarantine /path/to/xyz.app that work for me . thank you

neopostmodern commented 3 months ago

Okay, please re-open if the issue persists after running the above magic trick.

neopostmodern commented 3 months ago

I've extended the website's FAQ on macOS installation.