Automated exporter script for MacOS Help
-
Morning all
Back again for some assistance, I've followed David's video to setup the automated exporter:
However I'm getting an issue and I'm not sure how to resolve:
BUILD SUCCEEDED **
Codesigning
error: The specified item could not be found in the keychain.
error: The specified item could not be found in the keychain.
Build Installer
Build Successful (7 seconds)
productsign: error: input product archive "/Users/jamescox/Documents/HISE Projects/OBSCURA/Packaging/OSX/build/OBSCURA.pkg" not found.
cp: /Users/jamescox/Documents/HISE Projects/OBSCURA/Packaging/OSX/build/OBSCURA_signed.pkg: No such file or directory
Cleanup
Notarizing
Error: The value '/Users/jamescox/Documents/HISE Projects/OBSCURA/Packaging/OSX/OBSCURA Installer 1.0.0.pkg' is invalid for '': The file couldn’t be opened because it doesn’t exist.
Help: Path to the archive
Usage: notarytool submit []
See 'notarytool submit --help' for more information.**So 2 questions essentially. Any ideas in terms of the code signing what its not finding in the keychain?
Build Installer
Build Successful (7 seconds)
productsign: error: input product archive "/Users/jamescox/Documents/HISE Projects/OBSCURA/Packaging/OSX/build/OBSCURA.pkg" not found.
cp: /Users/jamescox/Documents/HISE Projects/OBSCURA/Packaging/OSX/build/OBSCURA_signed.pkg: No such file or directorySo its building a pkg successfully but then not finding it. Is that because its putting it somewhere else for some reason (note, I have checked and its pointing to the correct directory) or is it because of the code signing failing?
-
@JamesC said in Automated exporter script for MacOS Help:
error: The specified item could not be found in the keychain.
error: The specified item could not be found in the keychain.looks like your signing certificates aren't being located properly, or they haven't been installed properly.
I used ChatGBT for this on a new computer recently and it got me over the line, eventually
On my first Mac its was smooth sailing for the certs but every one since has been a pain.
-
@JamesC I recommend not using this script until you can do all of the steps manually. There have been a few guides posted on the forum but I still like this one from KVR - https://www.kvraudio.com/forum/viewtopic.php?t=531663
-
This post is deleted! -