packages icon indicating copy to clipboard operation
packages copied to clipboard

Package Building Workflow Monterey12.1/M1 No Response

Open misongCG opened this issue 4 years ago • 4 comments

Package Building Workflow Monterey12.1/M1 No Response,No progress at all QQ20211220-104239@2x @packagesdev

misongCG avatar Dec 20 '21 02:12 misongCG

This might be the known external issue where the launchd daemon is not running because:

  • the installation is corrupted or only the .app application was copied to the /Applications folder.
  • a 3rd party software disabled the launchd daemon plist.

The easy way to solve it is to re-install the product.

packagesdev avatar Dec 20 '21 21:12 packagesdev

This might be the known external issue where the launchd daemon is not running because:

  • the installation is corrupted or only the .app application was copied to the /Applications folder.
  • a 3rd party software disabled the launchd daemon plist.

The easy way to solve it is to re-install the product.

Reinstall the product, or the same problem. @packagesdev

misongCG avatar Dec 21 '21 01:12 misongCG

You can also try this in the Terminal:

sudo /bin/launchctl load -w /Library/LaunchDaemons/fr.whitebox.packages.build.dispatcher.plist

It will take care of the 2nd listed problem.

packagesdev avatar Dec 22 '21 21:12 packagesdev

Numerous checks have been added in version 1.2.10 for that kind of issue which is other an external issue.

packagesdev avatar Feb 27 '22 09:02 packagesdev