Hello, thank you.
I got the same error. Here is what I did.
Xcode > Organizer > Distribute App > Custom > Copy App
ditto -c -k --keepParent AppName.app/ AppName.zip
xcrun notarytool submit AppName.zip --keychain-profile "notarytool-password" --wait
I ran the same command also after making Xcode 16 Beta 3 the active Xcode. I got the same error.
The error I see is the following:
Conducting pre-submission checks for AppName.zip and initiating connection to the Apple notary service...
Submission ID received
id: 27810ac1-0c04-4bd8-a24a-13d868846d2f
Error: abortedUpload(resumeRequest: SotoS3.S3.ResumeMultipartUploadRequest(uploadRequest: SotoS3.S3.CreateMultipartUploadRequest(acl: nil,
bucket: "notary-submissions-prod",
bucketKeyEnabled: nil,
cacheControl: nil,
contentDisposition: nil,
contentEncoding: nil,
contentLanguage: nil,
contentType: nil,
expectedBucketOwner: nil,
_expires: SotoCore.OptionalCustomCoding<SotoCore.HTTPHeaderDateCoder>(value: nil),
grantFullControl: nil,
grantRead: nil,
grantReadACP: nil,
grantWriteACP: nil,
key: "prod/AROARQRX7CZS3PRF6ZA5L:27810ac1-0c04-4bd8-a24a-13d868846d2f",
metadata: nil,
objectLockLegalHoldStatus: nil,
objectLockMode: nil,
_objectLockRetainUntilDate: SotoCore.OptionalCustomCoding<SotoCore.ISO8601DateCoder>(value: nil),
requestPayer: nil,
serverSideEncryption: nil,
sSECustomerAlgorithm: nil,
sSECustomerKey: nil,
sSECustomerKeyMD5: nil,
sSEKMSEncryptionContext: nil,
sSEKMSKeyId: nil,
storageClass: nil,
tagging: nil,
websiteRedirectLocation: nil),
uploadId: "8PznO1GCHLY.4hhKSVqntQf7LBaIox10kzjo1pkXmO4z1noX7qMXhKYYBh0WKJIRq4mKAvbcHzfVCKsGuBB4okUpWt46X0K8Me.kRDXQaYJeBsEaj_lPKfqiJGNZi06P8glRt6ZFnf.E7_97sfrmYsJl4KRowteprR3YMKtGG13Z6vfLzK7kqRcfh3n.bddj",
completedParts: []),
error: The operation couldn’t be completed. (Network.NWError error 60 - Operation timed out))