Big Sur Problem?: "You do not have permission to open the application"
xxxxxxxxxxxxxxxxx@xxxxxxxxxx-iMac ~ % ruby -e "$(curl -fsSL http s://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
curl: (6) Could not resolve host: http
curl: (1) Protocol "s" not supported or disabled in libcurl
it happens when you dont have enough permission, use the command mentioned on the description
prior to installation run below command on terminal
sudo xattr -d com.apple.quarantine "your".ipa
open terminal.
enter sudo chmod -R 777
then drag and drop the application you are trying to open.
click enter
to be in the terminal like this : sudo chmod -R 777 app-path
then enter your password
To be able to get my Excel back I ended up working with a Microsoft rep for a half a day on removing my apps and reloading them.
NOW, Last night the Microsoft updates came through and now Word is the one that did not have to update so now it is whited out in the Dock and says the error phrase copied above.
I cannot go through that again as I use this for work.
Also the suggestion for what worked in the last comment is not understood by me as to how I would do that?
What I did was go to Finder>applications> (pick your app that is not opening) >Get Info (from the right click drop down of options) open the "Sharing & Permissions:" and unlock the little padlock on the bottom right corner to Add (Me) to list with Read & Write privilege.
It works, Yes, I am able to pull up my files but the icon is still whited out.... so
DISCLAIMER: I have no idea what will happen next time Microsoft has an update for this app when it tries to download and change it.
(maybe necessary or not) copy the .app to a place on the local disk (e.g. /Applications or ~/Desktop)
Right click->get info->sharing & permissions Here please add the "administrators" group, with the permissions of "read and write"
double click the .app and it works
Code Block Jan 26 12:44:00 mycomputer.local com.apple.xpc.launchd[1] (application.tw.com.sparkring.ImageScan.76131053.76131065[38693]): removing service since it exited with consistent failure - OS_REASON_CODESIGNING | When validating /Applications/ImageScan.app/Contents/MacOS/ImageScan: Code has restricted entitlements, but the validation of its code signature failed. Unsatisfied Entitlements: Jan 26 12:44:00 mycomputer.local com.apple.xpc.launchd[1] (application.tw.com.sparkring.ImageScan.76131053.76131065[38693]): Binary is improperly signed.
This indicates something caused the 'code signing' of the application to be corrupt. The simplest thing would be to try to reinstall the impacted app and see if it makes a difference. Some of the other possibilities listed in the referenced post require delving into the command line, so it may not to be everyone's comfort level. I would also recommend not typing random commands, unless you have an understanding of the potential unintended consequences.
In my case the odd thing is that the application did launch fine the previous day, when I had first installed it. I can't say what changed between the previous launch and the current launch.
I understand the goal of this update is to make it more secure. But after seeing many workarounds here trying to break/breach it, I don't know whether or not it's more or less secure having this Big Sure update.
Anyone got a new idea? Is there any chance Apple will patch this problem??
Trying to open the app with "sudo open -a" gave me the following message:
Apple, please, get it together and fix it!The application /Applications/RiseupVPN1.app cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10826 "kLSNoLaunchPermissionErr: User doesn't have permission to launch the app (managed networks)" UserInfo={LSFunction=LSLaunchWithRunningboard, _LSLine=2508, NSUnderlyingError=0x7fbf5d422ee0 {Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x7fbf5d41e590 {Error Domain=NSPOSIXErrorDomain Code=153 "Unknown error: 153" UserInfo={NSLocalizedDescription=Launchd job spawn failed with error: 153}}}}}
Seems to be a rubbish error, either i have the permission or i dont so why on subsequent launches the apps work is beyond me and very frustrating.
Like everyone else work arounds change nothing.
) Open terminal.
) Enter: sudo chmod -R 755 /path/to/app
) Press enter
) Then enter your password
) Open the app and it should work.