Notarization spend too much time

Greetings! I've notarized my app but it spends always over 1 hour. I think it's because the app size is about 30GB, but is there any way to reduce it?

I think it's because the app size is about 30GB

Yep, that’d likely do it.

Notarisation divides up into three phases:

  1. Upload the submission.

  2. Checking the submission.

  3. Generating the ticket.

Step 3 is typically fast, so I generally glom it with step 2. For a binary this large, just the upload stage is gonna take a while, and that’s the first thing I’d look at. How much of this total notarisation time does the upload take?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Notarization spend too much time
 
 
Q