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 ?

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