Hi ALL, ------------------- *** Call stack at first throw: ( 5 productsign 0x000000016c074dff 0x0 + 6107385343 6 productsign 0x000000016c074062 0x0 + 6107381858 7 productsign 0x000000016c0739ac 0x0 + 6107380140 ) terminate called after throwing an instance of 'NSException' Command /bin/sh failed with exit code 134 -------------------- Has anybody experienced such an issue ? Thanks, _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com Just got "productsign" tool crash after moving a project from one Mac to another: 2012-08-04 20:31:36.929 productsign[1804:903] -[PKTrust initWithCertificates:usingAppleRoot:signatureDate:]: unrecognized selector sent to instance 0x1001287e0 2012-08-04 20:31:36.932 productsign[1804:903] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PKTrust initWithCertificates:usingAppleRoot:signatureDate:]: unrecognized selector sent to instance 0x1001287e0' 0 CoreFoundation 0x00007fff83bc97b4 __exceptionPreprocess + 180 1 libobjc.A.dylib 0x00007fff80254f03 objc_exception_throw + 45 2 CoreFoundation 0x00007fff83c23110 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0 3 CoreFoundation 0x00007fff83b9b91f ___forwarding___ + 751 4 CoreFoundation 0x00007fff83b97a68 _CF_forwarding_prep_0 + 232 productsign: signing product with identity "3rd Party Mac Developer Installer: <myCompany>" from keychain /Users/developer/Library/Keychains/login.keychain ./build-package.sh: line 62: 1804 Abort trap productsign --sign "$PKGIDENTITY" "$PKG" "$SPKG" On first Mac "productsign" tool works just fine, on the other one it crashes. Both Mac machines are running Mac OS X 10.6.8 (build 10K549). Both systems are up to date. "productsign" tool is taken from 10.7.4. Alex