Hello,
I am experiencing a very slow macOS notarization submission using xcrun notarytool.
Environment:
macOS 15.6.1
Xcode 16.0
notarytool 1.0.0
Package type: signed macOS .pkg
Package size: approximately 227 MB
The package is signed with a valid Developer ID Installer certificate, and local signature verification succeeds.
The command reports that the file was uploaded successfully, but the submission remains in In Progress for more than one hour:
xcrun notarytool submit <package-path> \
--keychain-profile <keychain-profile> \
--wait
Querying the submission with --verbose shows that authentication and status API requests complete successfully with HTTP 200 responses in under two seconds. However, the server-side processing status does not change.
xcrun notarytool info <submission-id> \
--keychain-profile <keychain-profile> \
--verbose \
--no-progress
The detailed log is also unavailable while the submission is processing:
Submission log is not yet available or submissionId does not exist
There are also several other submissions in the same account that have remained in In Progress for an extended period.
Could you please advise:
Is there currently a delay or backlog in the notarization service?
Are there account-level submission limits or throttling conditions?
Is there a recommended way to obtain more detailed server-side processing diagnostics?
Is using --no-wait and polling with notarytool info the recommended workflow for long-running submissions?
I can provide the submission identifier and additional diagnostic information privately if required.
Thank you.
Topic:
Code Signing
SubTopic:
Notarization
0
0
15