- Feb 19, 2019
- 3,061
- 2,931
Most likely the executable inside the app is missing its execute permission."The application “TheTwist046MAC” can’t be opened."
Anyone gets this on MacOs?
Do this to check: right click on app, show package contents and navigate to the executable (/Contents/MacOs/TheTwist046MAC). This file should be an Unix executable. If it's not, it's missing the execute permission.
To fix, open the Terminal and type "chmod a+x " without the quotes and drag the executable inside the window. Terminal will fill in the path for you. Mind there is a space after the x. Hit enter. The permission should now be set correctly.