Copy of notarized & exported app will not run

In XCode I create and export a notarized app for "direct distribution". I then create a tar file of the exported .app to distribute to my users. Until today this worked fine. Now when the users try to run the app it pops up a dialog saying "app is damaged and can't be opened. You should move it to the Trash." It is possible to ctrl-click on the app and force it to run but, I think, whether this works or not will depend on system settings and not all users have root access to modify settings. Even simply copying the .app folder from the command line will cause this error.

Answered by DTS Engineer in 842763022

Passing notarisation does not guarantee that you’ll pass Gatekeeper. I have a bunch of info on how to debug issues like this in Resolving Trusted Execution Problems. The most common problem is that one described in Resolving Gatekeeper Problems Caused by Dangling Load Command Paths.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Passing notarisation does not guarantee that you’ll pass Gatekeeper. I have a bunch of info on how to debug issues like this in Resolving Trusted Execution Problems. The most common problem is that one described in Resolving Gatekeeper Problems Caused by Dangling Load Command Paths.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Copy of notarized & exported app will not run
 
 
Q