vran-dev / PrettyZoo

😉 Pretty nice Zookeeper GUI, Support Win / Mac / Linux Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS build is broken

artheus opened this issue · comments

ISSUE

versions:

  • v1.9.3
  • v1.9.2
  • v1.9.1

platform:

  • windows
  • mac
  • Linux

package type: platform default

OS version: macOS Big Sur 11.5.2 (20G95)

description:

what happened?
I tried to open the application after installing. And I keep getting the following error message:
image

what's expected?
I expected the application to open normally

The last version to function properly was v1.9.0

log:

No logs created...

commented

first:

sudo spctl --master-disable

second:
open System Preferences->Security & Privacy
select anywhere

final: reinstall prettyZoo

$ spctl --status
assessments disabled

image

@vran-dev This was already configured on my device. So that is not working..

Also this:

$ spctl --assess -v ~/Downloads/prettyZoo.app
/Users/artheus/Downloads/prettyZoo.app: accepted
override=security disabled

spctl considers it accepted

commented

try to run it and then open the application

xattr -rc /Applications/prettyZoo.app

try to run it and then open the application

xattr -rc /Applications/prettyZoo.app

This worked!
Maybe this can be added as a step for the macOS build of the software?

commented

try to run it and then open the application

xattr -rc /Applications/prettyZoo.app

This worked!
Maybe this can be added as a step for the macOS build of the software?

thanks for your suggestion, i will try it

Move the install path from /Applications to ~/Applications,
then, simply call xattr is enough.

xattr -rc ~/Applications/prettyZoo.app

No need to change System Policy to launch the app.