I deployed FileZilla from the Hexnode app repository to a couple of Mac laptops. The installation completes successfully, but the app does not open afterward and macOS shows that FileZilla can’t be opened. After checking the app bundle in Terminal, it looked like the main binary was missing execute permission. Running this manually fixed it: chmod +x /Applications/FileZilla.app/Contents/MacOS/filezilla After that, FileZilla opened normally. Has anyone else seen this with repository apps on macOS?
Replies (4)
Save