Post

Replies

Boosts

Views

Activity

Comment on Both app and pkg are notarized; app opens fine but pkg encounters javascript error
Update again. I looked at the installer log, and found the following message about a "Package Authoring Error" that resulted from trying to launch the installer. The actual name of my program is EEG Network Explorer. 2022-05-12 15:02:01-04 fishbacpK0ML85 Installer[8547]: Package Authoring Error: <background_scaling> has an unsupported MIME type: X-NSObject/NSNumber
Topic: Safari & Web SubTopic: General Tags:
May ’22
Comment on I'm having problems code-signing a package installer.
This is extremely helpful. Your response reinforces what I overlooked. I need to sign the package installer just like I would an app but with a Developer ID Installer (not 3rd Party Mac Developer Installer), thus starting my line with productsign --sign 'Developer ID Installer: MyName (######7RBW)' This worked fine after I obtained the Developer ID certificate and added it to my keychain. The syntax for uploading package for notarization. The package installer has now been notarized--I just need to check it on a different machine. Thank so much.
Topic: Code Signing SubTopic: Notarization Tags:
Jan ’22
Comment on Both app and pkg are notarized; app opens fine but pkg encounters javascript error
Quinn, if it helps the installer log yields another error, IFJS: *** exception: SyntaxError: Unexpected identifier 'Connectivity'. Expected an opening '(' before a function's parameter list. Could this be the source of a javascript error?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Package Authoring Error when opening pkg file
Was this ever resolved? It's pertinent to my post at Here
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Both app and pkg are notarized; app opens fine but pkg encounters javascript error
Update again. I looked at the installer log, and found the following message about a "Package Authoring Error" that resulted from trying to launch the installer. The actual name of my program is EEG Network Explorer. 2022-05-12 15:02:01-04 fishbacpK0ML85 Installer[8547]: Package Authoring Error: <background_scaling> has an unsupported MIME type: X-NSObject/NSNumber
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on xcrun stapler staple error
@Eskimo: I checked and my Developer ID Installer trust settings were set as you suggested. I was unable to staple using xcrun even though the .pkg was notarized.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on xcrun stapler staple error
I checked and my Developer ID Installer trust settings were set as you suggested. I was unable to staple using xcrun even though the .pkg was notarized.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on I'm having problems code-signing a package installer.
I assume I need to staple as I would a notarized app?
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on I'm having problems code-signing a package installer.
This is extremely helpful. Your response reinforces what I overlooked. I need to sign the package installer just like I would an app but with a Developer ID Installer (not 3rd Party Mac Developer Installer), thus starting my line with productsign --sign 'Developer ID Installer: MyName (######7RBW)' This worked fine after I obtained the Developer ID certificate and added it to my keychain. The syntax for uploading package for notarization. The package installer has now been notarized--I just need to check it on a different machine. Thank so much.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Notarization of app built with Python and Pyinstaller fails due to PyQt dylib files not being signed or not including a valid time stamp
I worked with the Pyinstaller folks to get my problem addressed. The thread can be found at https://github.com/pyinstaller/pyinstaller/issues/6293 for any Pyinstaller who stumbles upon this. (Or just delete if you wish.)
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Oct ’21