Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
221 views

How to sign an application bundle with the same display name as the installer package?

I can sign a bundle with "Mac Developer" identity which is connected to my Apple account user name (ie a "person"). I can sign the package (.pkg) that contains the bundle with a &...
FuzzyWuzzy's user avatar
0 votes
2 answers
2k views

Install a package with an expired certificate

I just noticed I can double-clik, open and install a .pkg package installer that has an expired certificate without any popup like "This package is from an developer whose certificate has expired&...
Basj's user avatar
  • 183
4 votes
2 answers
4k views

Signed pkg using productbuild --distribute but codesign says "code object is not signed at all"

I am signing my package during distribution using SIGN_IDENTITY_INSTALLER="Developer ID Installer: Pxxxxxxx, LLC (AXXXXXXXXX)" productbuild --distribution final-distribution.xml --package-path /tmp/...
Mikey A. Leonetti's user avatar
0 votes
3 answers
5k views

Cydia Impactor won't sideload

When I try to sign/resign (sideload) H3lix-RC5.ipa (iPhone 5C w/ iOS 10.3.3 x32) or g0blin_rc2.ipa (iPhone 6S w/ iOS 10.3.3 x64) I get: Error: file: installation.cpp; line: 42; what: Failed to ...
Sam's user avatar
  • 1,378
4 votes
2 answers
1k views

My signed .pkg file is not accepted

I'm struggling with signing my installer to keep Gatekeeper happy. When building i sign the .pkg: productsign --sign "3rd Party Mac Developer Installer: GNXXXXXXXXXX (XXXXXXXXXXX)" ...
Morten Frederiksen's user avatar