Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beeref doesn't open on MacOS #68

Open
LeeHunter opened this issue Oct 29, 2022 · 3 comments
Open

Beeref doesn't open on MacOS #68

LeeHunter opened this issue Oct 29, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@LeeHunter
Copy link

Steps to reproduce the behavior:

  1. Drag BeeRef to the Applications folder.
  2. Attempt to open but receive message "The application BeeRef.app can't be opened".
  3. Check in the Securities and Privacy system settings but there is no option to allow.

Running MacOS Ventura.

@LeeHunter LeeHunter added the bug Something isn't working label Oct 29, 2022
@Wiredframe
Copy link

Same for me unfortunately. Was looking for a PureRef alternative.

@lincerely
Copy link

It seems the binary inside the app package doesn't set the execute permission.

To fix this:

(Assume you download the zip file from release page and extracted it.)

Open terminal and do:

chmod +x ~/Downloads/BeeRef-0.2.0-macos/BeeRef.app/Contents/MacOS/BeeRef-0.2.0

@2gn
Copy link

2gn commented Mar 2, 2023

It seems the binary inside the app package doesn't set the execute permission.

To fix this:

(Assume you download the zip file from release page and extracted it.)

Open terminal and do:

chmod +x ~/Downloads/BeeRef-0.2.0-macos/BeeRef.app/Contents/MacOS/BeeRef-0.2.0

You also need to approve execution by yourself.
image

To do this, click on the OK button in the dialog, then open System Preferences, click on the "Privacy & Security" tab, scroll down and click on the "Allow anyway" button and try to launch it again.

Encountered this problem when packaging this application for homebrew-cask repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants