

Should I be trying this on an archive instead of a build?ĭoes anybody know how to get a valid Developer Certificate swell as how to timestamp? cer from Xcode? If so that has no keys available. I included -timestamp in my project however even after signing with a certificate from my apple developer account I am still getting this error?ĭo I have to use a Developer ID Application. Test that the file is notarized: codesign -test-requirement="=notarized" -verify -verbose file.vstĪpparently in February they changed warnings to be errors so everything has to be exact. Once your notarization is confirmed, you should (but don’t have to) staple the notarization ticket to the software, so that users can open it even without internet access: xcrun stapler staple file.vst A success message will be displayed and Apple will email you too. Wait a few moments while your file is upload. –asc-provider: Only required if you are a member of more than one Apple developer team Should probably be unique to your plugin. Zip your vst/vst3/component, then on the command line: xcrun altool -notarize-app -primary-bundle-id "PLUGIN IDENTIFIER" -username "EMAIL" -password "APP-SPECIFIC-PASSWORD" -asc-provider "SHORTNAME" -file file.zip I found the first post on this KVR thread very helpful: Īs said, you possibly want to notarize a plugin installer (e.g.pkg) but if it helps here are my notes for notarizing a single plugin: I think the two flags you mentioned are for xcrun altool, but it sounds like you’re adding them to the Projucer?
