Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

The application "" can't be opened

I've recently been getting these 'The application XXX can't be opened' error messages when double clicking on files. It seems to happen randomly but the application always opens anyway. It started with Adobe InDesign but has also happened on Adobe Illustrator and Preview (so doesn't seem to be tied to Adobe software). I just click on OK and the error message goes away. This doesn't impact on workflow or anything but I'd like to get rid of it if possible. New 27inch iMac running El Capitan, fully up to date wth software.

iMac with Retina 5K display, OS X El Capitan (10.11.5)

Posted on Jun 8, 2016 12:22 AM

Reply
Question marked as Best reply

Posted on Apr 20, 2017 12:40 PM

It looks like executing the application is a fail. I think that you just need to chmod it to make it executable.

STEPS:

1. Open a terminal

2. Here are the commands:

cd

cd Applications

cd APPLICATION_NAME.app (where APPLICATION_NAME is your app)

cd Contents/MacOS

First Option (if you know which is the executable): chmod +x FILENAME (where FILENAME is the name of the executable)

Second Option (if you don't know which is the executable): chmod +x *

If it tells you operation not permitted, then add sudo in front of chmod


Hope it helps


P.S. I'm new to Apple Forums but I am a pro at stuff like this

23 replies

The application "" can't be opened

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.