After upgrading my macOS to Sonoma, running the pack build command with Cloud Native Buildpacks started resulting in an error. The command I used is:
pack build test --path . --builder paketobuildpacks/builder:base
The output ends with:
===> ANALYZING [analyzer] ERROR: failed to parse arguments: received 9 arguments, but expected 1 ERROR: failed to build: executing lifecycle: failed with status code: 3
I'm unsure which arguments the analyzer is referring to, as I only provided the name, path, and builder in my command. How can I determine which arguments are being passed incorrectly to the pack build command?
I tested the same file and same version of pack on other PC (windows and linux)
they all work well
I guess there maybe some problem of new MacOS.
but I cannot fix it.