packages icon indicating copy to clipboard operation
packages copied to clipboard

Error goldin returned error code (255) if add plist to contents in LaunchAgents

Open alex-yatsenko-sas opened this issue 4 years ago • 1 comments

Getting an error if add plist to LaunchAgents folder, no description what dose it mean, and how to solve it.

Building Project (17:48:15) at path: /Users/dev/CameraSimulatorDriver/Resources/tmp.pkgproj 
------------------------------------------------------------------------------

Build Folder (done)

Distribution

	Package "Web Camera"

		Payload

			Assemble file hierarchy (done)
			Split forks

==============================================================================
ERROR:

Description:

goldin returned error code (255)
==============================================================================
Build Failed

alex-yatsenko-sas avatar Mar 30 '21 15:03 alex-yatsenko-sas

Which OS version? Which Packages version?

goldin is the tool used to produce an AppleDouble Format file from a file on macOS. (see http://fileformats.archiveteam.org/wiki/AppleDouble) in order to be able to archive both the file data and its metadata inside the payload of the installation package.

packagesdev avatar Apr 13 '21 20:04 packagesdev