Build got stuck at notarizing the Mac app for more than an hour. #8630
-
Hey, I am in the final stage of finishing my app. Thanks for the write-up about Code Signing on Mac. I followed and set all the proper environment variables, but my build process takes way too long for notarizing it. This is the point where the build got stuck.
When I checked my notarization log, it showed zero. I am confused; does this mean Tauri hasn't even started the process?
UPDATE: Okay, my bad. I used xcrun notarytool history and got the list. It turns out all of them are in progress, and the oldest one has been more than 4 hours. Is this normal? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 25 replies
-
Sometimes yes. If none of your apps were ever notarized before and/or your apps are fairly large in size it may take a while. Especially considering that the notarization servers' performance is well, let's call it fluctuating... |
Beta Was this translation helpful? Give feedback.
-
guys, I've been stuck in the "In Progress" phase all day... This is my first time notarizing. I've pushed three attempts through with notary tool and one via electron notary. Any tips or just wait it out.. |
Beta Was this translation helpful? Give feedback.
Sometimes yes. If none of your apps were ever notarized before and/or your apps are fairly large in size it may take a while. Especially considering that the notarization servers' performance is well, let's call it fluctuating...