Output from my shell script that produces the application and the package installer:
/Applications/com.gsequencer.GSequencer.app/Contents/MacOS/com.gsequencer.GSequencer.AudioUnitTest: replacing existing signature
/Applications/com.gsequencer.GSequencer.app/Contents/MacOS/com.gsequencer.GSequencer.AudioUnitTest: signed Mach-O universal (x86_64 arm64) [com.gsequencer.GSequencer.AudioUnitTest]
/Applications/com.gsequencer.GSequencer.app/Contents/MacOS/com.gsequencer.GSequencer: replacing existing signature
/Applications/com.gsequencer.GSequencer.app/Contents/MacOS/com.gsequencer.GSequencer: signed app bundle with Mach-O universal (x86_64 arm64) [com.gsequencer.GSequencer]
/Applications/com.gsequencer.GSequencer.app: replacing existing signature
/Applications/com.gsequencer.GSequencer.app: signed app bundle with Mach-O universal (x86_64 arm64) [com.gsequencer.GSequencer]
productbuild: Adding component at /Applications/com.gsequencer.GSequencer.app
productbuild: Signing product with identity "3rd Party Mac Developer Installer: Joel Kraehemann (****)" from keychain /Users/joelkraehemann/Library/Keychains/login.keychain-db
productbuild: Adding certificate "Apple Worldwide Developer Relations Certification Authority"
productbuild: Adding certificate "Apple Root CA"
productbuild: Wrote product to /Users/joelkraehemann/Desktop/com.gsequencer.GSequencer.pkg
productbuild: Supported OS versions: [Min: 11.0, Before: None]
Output from Transporter:
Validation failed (409)
Invalid Provisioning Profile. The provisioning profile included in the bundle com.gsequencer.GSequencer [com.gsequencer.GSequencer.pkg/Payload/com.gsequencer.GSequencer.app] is invalid. [Missing code-signing certificate.] For more information, visit the macOS Developer Portal. (ID: d7657aba-1015-4489-b046-5fa5251449d2)
I copied the provisioning profile from fresh built minimal Xcode project consisting only of main binary and helper program.
This used to work.
I back up my keys and import the missing certificate and key.
Could it be that I have messed up apple developer?
Under Generate a Provisioning Profile I see 5 certificates:
**** (Mac App Distribution)Jan 13, 2027
**** (Distribution)For use in Xcode 11 or laterJan 13, 2027
**** (Distribution)For use in Xcode 11 or laterJan 13, 2027
**** (Mac App Distribution)Jan 13, 2027
**** (Distribution)For use in Xcode 11 or laterJan 16, 2027
Which do I need to configure? Maybe time to revoke?