Post

Replies

Boosts

Views

Activity

Reply to Installer packages are failing to install on macOS26.1
Hi @roth-izo , You have to use productbuild command to create an archive which will bundle all the child packages inside and create a main archive. productbuild --synthesize --package pkg1 --package pkg2 path/distribution.dist Once the distribution.dist file is created, you can use following command to create the final package. productbuild --distribution path/distribution.dist --package-path <path to pkg1, pkg2> --identifier com.xxx.xxx --version xxxx --sign "xxxx --timestamp /Package.pkg In the distribution.dist you can put other restriction you need. Please refer https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html regards Prema Kumar
1w
Reply to Installer packages are failing to install on macOS26.1
Hi Quinn, Thank you for the support. I am not able to include the resources folder inside the archive using the --resources option of productbuild command. Following is the command I am trying. productbuild --distribution distribution.dist --package-path cont --resources /path/resource --identifier com.abcd --version 7.2.0.01 --sign "Developer ID Installer: xxx" --timestamp test.pkg There is no error in building. After the build, if I expand the .pkg file, Resources are not included. Could you please help on this? regards Prema Kumar
3w
Reply to Accept incoming network connections?
Hi @DTS Engineer , I could identify the root cause. We have changed the developer certificate recently with a new company name. When the older applications were installed, corresponding firewall entries were added to exception list. When new version of the same application with new certificates gets installed, the firewall entries were not modified for the new applications. Hence the popup was coming. When I have removed the older firewall entries, and reinstalled the applications, the issues got resolved. Regards Premak
Aug ’24
Reply to Accept incoming network connections?
Hi Quinn, I have tried the installation of my package on a fresh macOS 14.5 VM. Downloaded the package, disconnected the network. I could install and launch the application without any issue. I did not observe the firewall popup as well. I have tried following command on the app and bundle as well. These commands executed successfully. spctl -a -t exec -vvv codesign -vvvv -R="notarized" --check-notarization On other machines, I could see the firewall popup for the same . Regards Prema
Jul ’24