Notarized .dmg won't open

I succesfully notarized my disk image but when downloading it, it won't pass the gatekeeper. I did the same process yesterday but it had worked. I haven't changed anything except adding a few files and updating the app. Totally stumped. Running the latest Catalina 10.15.4

Replies

To be clear, it’s failing Gatekeeper when you try to mount the disk image?

If so, I don’t think that Gatekeeper has even looked at your app yet, so there’s something wrong with the disk image itself. What do you see with the following:

% codesign -v -vvv /path/to/your.dmg

Oh, and one other thing, try re-testing on a frest machine, per Testing a Notarised Product. Sometimes Gatekeeper can tie itself up in knots on your main development machine.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"