Hi
We generate a .dmg file for our standalone mac app which can be downloaded from a website.
I'm trying to notarize it during a week already, but all the time get the same error from altool.
Here is the informations of the steps followed.
I am using xcode 11.3 (and already tried to re-install it - still no luck) and Catalina 10.15.2
Using next command I try to sign dmg file which was successfully signed.
xcrun altool --notarize-app --primary-bundle-id --username --password --file Kreo-1.5.7.dmg --output-format xml --verboseAt output log I see next lines:
[2019-12-15 19:39:56 EET] INFO: The file, metadata.xml, was skipped because it already exists on the remote server.
[2019-12-15 19:39:56 EET] INFO: The file, Kreo-1.5.7.dmg, was skipped because it already exists on the remote server.So it means that files has been successfully uploaded to Apple's servers
But finally I get error from Transporter:
os-version
10.15.2
product-errors
code
1018
message
Unable to process upload done request at this time due to a general error (1018)
userInfo
NSLocalizedDescription
Unable to process upload done request at this time due to a general error (1018)
NSLocalizedFailureReason
Unable to process upload done request at this time due to a general error (1018)
NSLocalizedRecoverySuggestion
Unable to process upload done request at this time due to a general error (1018)
tool-path
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework
tool-version
4.00.1181Doese anybody know how to solve this issue and what exactly this 1018 error means? Error description is absolutely not helpful
Weird. I just finished helping another developer, who just happened to also be named Sergey, resolve this issue (r. 57694907). The 1018 error seems to be caused by using an old version of
iTMSTransporter. Notarisation requires at least version 2.0.0.
It’s not entirely clear how you’ve managed to rope in this old version, but my recommendation is that you hunt down all of your copies of
iTMSTransporter and confirm that they are sufficiently modern.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"ps DTS is closed 21 Dec through 1 Jan.