PrettyZoo icon indicating copy to clipboard operation
PrettyZoo copied to clipboard

macOS build is broken

Open artheus opened this issue 4 years ago • 7 comments

ISSUE

versions:

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

platform:

  • [ ] windows
  • [x] 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...

artheus avatar Aug 25 '21 10:08 artheus

first:

sudo spctl --master-disable

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

final: reinstall prettyZoo

vran-dev avatar Aug 25 '21 12:08 vran-dev

$ spctl --status
assessments disabled

image

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

artheus avatar Aug 25 '21 12:08 artheus

Also this:

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

spctl considers it accepted

artheus avatar Aug 25 '21 12:08 artheus

try to run it and then open the application

xattr -rc /Applications/prettyZoo.app

vran-dev avatar Aug 25 '21 12:08 vran-dev

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?

artheus avatar Aug 26 '21 06:08 artheus

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

vran-dev avatar Aug 26 '21 07:08 vran-dev

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.

bobwenx avatar Dec 21 '21 08:12 bobwenx