thomasnordquist / MQTT-Explorer

An all-round MQTT client that provides a structured topic overview
https://mqtt-explorer.com
Other
2.86k stars 282 forks source link

Mac OS ARM Beta v0.4.0 not working. #790

Open akrizs opened 1 month ago

akrizs commented 1 month ago

After installing the newer 0.4.0 (beta) i get the following error (it has nothing to do with the bypassing of non-verified dev.)

Screenshot 2024-05-13 at 11 55 19

And i'm unable to open the application,

Running on a ARM M3 w. Sonoma 14.4.1

thomasnordquist commented 1 month ago

I will try it later on an M1

Taoshan98 commented 1 month ago

Same error here

thomasnordquist commented 1 month ago

Have you tried running it like this: https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac

johntdyer commented 1 month ago

yes, same issue w/ Beta 4 and Beta 6 on M2 Macbook

ccutrer commented 1 month ago

Same issue on an M1 Max MBP. I can run the Intel version by doing the right-click Open trick. But the ARM version just says it's damaged, not that it's untrusted.

Chrischi- commented 1 month ago

Simply remove the app from quarantine via terminal.

xattr -r -c /pathToApp/AppName.app

After that, everything should work.

leonardpitzu commented 1 month ago

depends on the device policy, some cannot run unnotarized apps.

MacValley commented 2 weeks ago

I am on Apple M2 Pro, Sonoma Version 14.5 (23F79). Same problem here but with the tips from Chrischi above I solved it by entering: xattr -r -c /Applications/MQTT\ Explorer.app Note the recursive option -r. Then it started as it should