electron/notarize

Stuck on uploading zip to apple

yonathan06 opened this issue · 4 comments

I tried running notarize through github ci, and it is stuck on uploading the zip file to apple server
It worked yesterday, not sure if a patch was released that changed something, or if it is an error on apple servers

electron-notarize:spawn spawning cmd: xcrun args: [
'notarytool',
'submit',
'/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/electron-notarize-733mVx/MyApp.zip',
'--apple-id',
'*********',
'--password',
'*********',
'--team-id',
'*********',
'--wait',
'--output-format',
'json'
] opts: {}

solved, probably a hiccup in apple server

Is there a way to submit, get the UUID back, and then check again later on in another workflow job or something? I really wouldn't want this sort of delay eating up minutes of my CI time, 5-15minutes is already pushing it kind of high as Apple's communicated default for how long this should take, but it could be hours.

The above issue occurs for me.. its been 2 days

This is the log im getting so far https://pastebin.com/4mAaNRvk

Tracked using little snitch and it is uploading to apple server i guess... its just stuck at next step

WhatsApp Image 2023-11-14 at 5 41 40 PM

Did the problem resolve for you? For me, the same seems to happen. Everything looks good but the process gets stuck at the very same step of or after app submission. Is there anything to check via electron-notarize or in the apple developer account?