HOWTO macOS notarization (plugins, app, pkg installers)

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

discoDSP wrote: Thu Nov 23, 2023 11:27 am
Markus Krause wrote: Fri Aug 18, 2023 9:27 am 6) Staple

Code: Select all

sudo xcrun stapler staple signed.pkg
Note: sudo is essential here. Otherwise this won't work.
Works here without sudo.
I'm on Big Sur here. Maybe the directory where the file is located must be set to 'read and write for everyone' to work without sudo.

Further observations in my builds:
XCode 12 crashes without any error with command line code signing in the post build script when the computer is not connected to the internet.
We do not have a support forum on kvr. Please refer to our offical location: https://www.tone2.com/faq.html

Post

Tone2 Synthesizers wrote: Mon Nov 27, 2023 8:11 am I'm on Big Sur here. Maybe the directory where the file is located must be set to 'read and write for everyone' to work without sudo.

Further observations in my builds:
XCode 12 crashes without any error with command line code signing in the post build script when the computer is not connected to the internet.
We're using Ventura and XCode 13 on the production machines. Perhaps the absence of crashes is related to utilizing an older release. We haven't experienced any crashes either.

Post Reply

Return to “DSP and Plugin Development”