hydraulic-software / conveyor

Gradle plugin, user guide and discussion forums for Conveyor
https://conveyor.hydraulic.dev
Apache License 2.0
123 stars 10 forks source link

The Apple notarization service is refusing access #65

Closed ennerf closed 1 year ago

ennerf commented 1 year ago

Starting today I've been running into errors with the notarization process. I've tried different projects w/ local runners and CI, but conveyor make site (mostly v8.0) always produces the error below. The signing certificate hasn't expired yet, so this might be something on the Conveyor end. Do you know whether Apple changed something and/or how to fix it?

Error: Task failed: Notarized Mac App for Intel: The Apple notarization service
is refusing access: A required agreement is missing or has expired.
This request requires an in-effect agreement that has not been signed or has
expired.
mikehearn commented 1 year ago

You may have to log in to the Apple Developer website and accept a changed developer agreement.

ennerf commented 1 year ago

That was it 👍