nate-parrott / ball

MIT License
1.58k stars 30 forks source link

[bug]: The application "Ball.app" can't be opened. #1

Closed Bellisario closed 2 weeks ago

Bellisario commented 2 weeks ago

When trying to run the executable downloaded from GitHub releases, I get the following message:

Screenshot 2024-06-22 at 11 05 32

Investigating inside the app "Package Contents" I discovered that the app executable has no executable permission (it's considered a "Document", not a "Unix Executable File"), so that's why it's unable to run:

Screenshot 2024-06-22 at 11 09 11

To manually fix this issue, I had to add the executable permission with:

chmod 755 /Applications/Ball.app/Contents/MacOS/Ball
nate-parrott commented 2 weeks ago

should be fixed!