hyperf / box

Box is committed to helping improve the programming experience of PHP applications, expecially for Hyperf, managing the PHP environment and related dependencies, providing the ability to package PHP applications as binary programs, and also providing reverse proxy services for managing and deploying Swoole/Swow applications.
143 stars 20 forks source link

mac m1环境下无法打包 #58

Closed yswx2022 closed 2 years ago

yswx2022 commented 2 years ago

ealPath" to "getPathname". [INFO] Adding main file "bin/hyperf.php" [INFO] Setting stub [INFO] Setting default stub bin/hyperf.php. [INFO] Overwriting existing file box-build.phar.tmp (42464 KiB) [INFO] [INFO] OK - Creating box-build.phar.tmp (42464 KiB) completed after 46.1s cat: ./src/box-build.phar.tmp: No such file or directory

[ERROR] The application ./hyperf is built failed.

提示这个cat: ./src/box-build.phar.tmp: No such file or directory找不到

huangzhhui commented 2 years ago

你是要 build-self 吗?

huangzhhui commented 2 years ago

你的执行命令和所在文件夹位置是?