You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

the application dock does not have permission to open (null)

since sequoia 15.1 I get the following error when try to start my application the application dock does not have permission to open (null)

Posted on Nov 1, 2024 11:59 PM

Reply
Question marked as Top-ranking reply

Posted on Nov 11, 2024 2:57 AM

Go to /Application dir

sign with local key:


sudo codesign --force --deep --sign - ./ApplicationName.app 
16 replies

Nov 8, 2024 7:01 AM in response to micael131

micael131 wrote:

See https://www.osnews.com/story/141055/bug-or-intentional-macos-15-1-completely-removes-ability-to-launch-unsigned-applications/

That article seems misinformed. I just downloaded and ran OpenSCAD (referenced as a now unusable unsigned app) using the normal method of running unsigned apps: Try to Open, Go to Privacy & Security and allow.


Perhaps it only affects some users. If it was intentional, I'm not sure why this still exists: Open a Mac app from an unknown developer - Apple Support


Nov 11, 2024 7:21 AM in response to micael131

micael131 wrote:

Not working for me - I don´t get the option Open anyway.
https://discussions.apple.com/content/attachment/f107eb61-3d05-45a8-aeaf-fb0958abc80d

It will only appear after you have closed the original dialog window by clicking OK. If you do that and it still doesn't appear in Privacy & Security, there is likely more going wrong with your system that is related to why it shows (null). Being that it doesn't know what the package name is, it probably can't allow it in Privacy & Security.

Nov 6, 2024 10:45 PM in response to micael131

SOLVED (for my case): After updating to 15.1, I had this problem, too. However, note that my case is: I have self-written, unsigned java apps in the Dock. These Apps are xxx.app folders with Contents/ and in there is also a self-written Info.plist file. This Info.plist contained too many entries, partly with no/incorrect data. Removing most of them and only using CFBundleExecutable, CFBundleIconFile, CFBundleDisplayName solved my problem. However, for my case here, the main executable is merely a shell script in the MacOS folder, so for your problem that may be more complicated. In any case, it might help to look into the Info.plist file and try to fix (or remove) something there.

the application dock does not have permission to open (null)

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