We have an application which keeps throwing the error "application is damaged and cannot be opened. You should move it to Trash"
I have already referred to the documentation: https://developer.apple.com/forums/thread/706379 and https://developer.apple.com/forums/thread/706442
I have checked the following possible root causes:
- Codesign of the application using the codesign command
- Notarization of the application using the spctl command
- Executable permissions
- Checked for the presence of "com.apple.quarantine" flag for the application using xattr -l <path to executables"
- Checked the bundle structure
None of the above listed items seemed to be a problem and are as expected.
Can you please help us understand what could cause this issue and how to resolve this without recommending an uninstall/reinstall of the application?
I have checked the following possible root causes:
Did you try pointing syspolicy_check
at your app? What does it report?
For instructions, see the Run a System Policy Check section of Resolving Trusted Execution Problems.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"