Post

Replies

Boosts

Views

Activity

Reply to Moving signing to a new machine
Note that I HAVE made progress. I figured out that I had to setup (again) a new stored credential for the notary tool. I was able to do that, and now I get further. Notarization is attempted, takes a while, and then fails. Current status: Invalid........................Processing complete id: 0e4af460-82b1-468e-9396-f711485e0a11 status: Invalid Not an especially helpful message.
Apr ’23
Reply to codesign wants to access key "access" in your bunch of keys
Now I'm hitting this while trying to setup a new Mac. (I remember hitting this on the old one - but don't have the faintest idea how I fixed it back then.) Some different quirks on the new Mac though - due to corporate security changes. The user logged in and running the build is NOT an administrator. So we get prompted multiple times to enter an Administrator id/pw (which we do have). There is no "Always Allow" button. How do I fix it in this case?
Apr ’23
Reply to Moving signing to a new machine
Yup, and I immediately found a problem with our build system. It didn't save the notarization log. Had to fix that. So, i fixed it and ran again. The log contained 3 errors, all for the same file: "path": "Metrix Installer.dmg/Metrix-Installer.app/Contents/MacOS/Installer", "message": "The binary is not signed with a valid Developer ID certificate.", "message": "The signature does not include a secure timestamp.", "message": "The executable requests the com.apple.security.get-task-allow entitlement.", The interesting thing is that the same set of files will work if run on the old Mac VM - using the same Apple Dev account. We built the Installer app last year (using a different Apple Dev account), and have just been re-using it since. The stuff that changes is what the app installs. I started up XCode to see if I could just recompile the Installer app - but now, with the most current xcode, there are various errors with text controls (size mostly) and some permissions settings, and it won't build until those issues are fixed. (at least, running a build does not result in an "Installer.app" like it used to.) While I have been able to fix some minor issues with the code in the past (mostly changing some strings), I've been unable to find solutions to the current compile issues. When I search for the various error messages I find solutions from 2 years ago that use settings that don't exist. Yes, I'm annoyed, tired, and grumpy right now, and definitely NOT an Apple Developer with experience using XCode. Gonna have to see if we have somebody on staff that knows how to deal with this mess.
Apr ’23