Posts

Post marked as solved
4 Replies
3.6k Views
Hello,I've been trying to identify why a macOS .app file that's been successfully notorized and stapled will not run after it's zipped, uploaded as a GitHub tag asset, then download via a browser (I've tried Chrome and Safari). I can run the .app before zipping it and uploading to the GitHub tag. I can also run it if downloaded from something like Slack (file sharing). However, once it's been zipped, uploaded to the internet, then download, Gatekeeper refuses to allow it to run because it cannot identify the developer. I keep getting the a notification that says, "“<My-Apps-Name>” can’t be opened because the identity of the developer cannot be confirmed." Screeshot below...Also, as I mentioned, the notarization and stapling succeeds. Here's the truncated output from those processes...Notarizing:{ "logFormatVersion": 1, "jobId": "a16db2e5-3426-479e-b48e-479ceac17c51", "status": "Accepted", "statusSummary": "Ready for distribution", "statusCode": 0, "archiveFilename": "MyAppsName.app.zip", "uploadDate": "2019-07-16T23:45:16Z", "sha256": "f36fea195ff2a1d32b0cae153ead8e8ae1e0da416c7bcb62473695a5c2772db5", "ticketContents": [ { ... } ], "issues": null }Stapling:Processing: /tmp/MyAppsName/MyAppsName.app Processing: /tmp/MyAppsName/MyAppsName.app The staple and validate action worked!Any info anyone can provide as to why this is happening would be greatly appreciated. Thanks you.
Posted
by atljeremy.
Last updated
.