Posts

Post not yet marked as solved
7 Replies
11k Views
I'm trying to migrate the scripts that build my application from an Intel Mac running Mojave (Xcode 10.3) to an M1 Mac running Big Sur (Xcode 12.5.1). On the M1 Mac, codesign triggers a pop up a window asking for an admin username/password each time it signs something. This happens whether it is invoked via a script or directly in Terminal. The pop-up appears twice when signing a Universal binary, once when signing a single-architecture binary. The popup says: macOS wants to make changes. Enter an adminstrator's name and password to allow this. macOS wants to use the "System" keychain. and it has a "Deny" button and an "Allow" button, but not an "Always Allow" button. (Another issue: the username is not pre-populated, even though I am logged in as an admin.) My "Developer ID Application" certificate is stored in my login keychain, as is the "Apple Worldwide Developer Relations Certification Authority" certificate, which expires 2030-02-19. The "System" keychain contains an "Apple Application Integration Certification Authority" certificate expiring 2026-10-20. (Another issue: that certificate can't be deleted!) Suggestions?
Posted
by jkbull.
Last updated
.
Post not yet marked as solved
4 Replies
1.8k Views
The status page at https://developer.apple.com/system-status/ indicates that the "Developer ID Notary Service" is up. But I've had a notarization "in progress" for more than an hour. Usually it takes a few minutes. Anyone else having problems?
Posted
by jkbull.
Last updated
.
Post marked as solved
10 Replies
3.3k Views
I created a disk image, notarized it, and stapled the notarization successfully on macOS 10.14.5.When I download it on macOS 10.14.5 and earlier, a double-click opens it successfully.However, on macOS 10.15 beta 1 or beta 2, trying to open it with a double-click pops up a window saying it "can't be opened because it is from an unidentified developer".Testing the stapling on 10.14.5, and on 10.15 beta 2, with $xcrun stapler validate <path/to/the/disk/image>succeeds: The validate action worked!Testing the disk image using the command given for that purpose in the WWCD 2019 "All About Notarization" presentation – from slide 148 of the Presentation Slides (PDF) $spctl --assess --verbose --type open —-context "context:primary-signature" <path/to/the/disk/image>fails on both 10.14.5 and 10.15 beta 2, with: —-context: No such file or directoryAny suggestions?
Posted
by jkbull.
Last updated
.
Post marked as solved
1 Replies
370 Views
I submitted a post about 10 hours ago but it still says "Please note: your content was added successfully, but a moderator needs to approve it before it can be posted."How long does that take?
Posted
by jkbull.
Last updated
.