Xcode Cloud: Unable to Notarize macOS App (Stuck in Infinite Waiting)

Hi everyone,

I’m encountering an issue with Xcode Cloud when trying to notarize my macOS app. As shown in the screenshot, there are no errors in the logs, but the process gets stuck indefinitely. The message says:

The post-action could not be completed because the build was canceled.

No artifacts are generated at all.

This problem started recently. Notarization works perfectly when I submit from my local Xcode, so it seems to be specific to Xcode Cloud.

Has anyone else experienced this?

FB21851988

I got the exact same issue. No changes made on our side. It just stopped working. We actually perform notarization manually in our ci_post_xcodebuild.sh script. Maybe that is interfering.

We actually don't use the artifact of the notarization step, but when we remove it the CI_DEVELOPER_ID_SIGNED_APP_PATH, which we need in the post build script, won’t be set...

i got same issues. Is there any update ?

We have same issue. We also added feedback - FB21982529

Similar issue. No errors, notarization just stalls with the message: Processing the build submission...

Same issue. Also added feedback FB22488912

The thing is if you use xcrun notarytool log and xcrun notarytool info - those would show that Notarization steps succeeded. The issue is with Xcode Cloud, that for some reason it does not pull the correct status.

Xcode Cloud: Unable to Notarize macOS App (Stuck in Infinite Waiting)
 
 
Q