singing pkg. and submission using transporter

I spend days figuring out the proper steps to make it work. Can anyone give hints?

Using xcode's Manage Certificate I'm creating a Mac Installer Distribution certificate but while I run the command

security find-identity -p codesigning -v

I see nothing. However, if I create any other certificate I can see it using that command.

Due to the problem with cert generation I receive an error in Transporter :

The product archive package's signature is invalid. Ensure that it is signed with your "3rd Party Mac Developer Installer" certificate

I already deleted all and recreated it using xcode, and also created using https://developer.apple.com/account/resources/certificates/list and downloaded it.

What should I do?

Replies

Installer signing identities are different from code signing identities and that’s why find-identity returns nothing when you apply the codesigning constraint.

For instructions on how to signing a Mac App Store installer package outside of Xcode, see Packaging Mac Software for Distribution.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"