Posts

Post not yet marked as solved
22 Replies
I am getting a similar problem. I am following the instructions athttps://developer.apple.com/documentation/security/notarizing_your_app_before_distribution/customizing_the_notarization_workflowto notarize an application using the command line interface. After running the notarize-app code, I get many lines of output followed byPackage Summary:1 package(s) were not uploaded because they had problems: /var/folders/05/dsb0wf7n731b8_wm3z29w8880000gn/T/252DE7C9-5E2E-4CE8-A069-F3326927750A/Untitled.itmsp - Error Messages: You must first sign the relevant contracts online. (1048)2019-08-08 08:11:18.712 altool[4867:297935] *** Error: You must first sign the relevant contracts online. (1048)Following comments on this thread, I tried going into Xcode-> Open Developer Tool -> Application LoaderI signed the contract and then it asked me to load the application. I select the zip file I was trying to notarize and then Application Loader crashes. Afterwards, if I run the notarizing script again I get the same error message.What am I doing wrong? Is there someplace else I need to go to sign the "relevant contracts"?