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: 1 comment 8 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.
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...