'I built a blank project using Unity, but the packaging of WebGL keeps failing. What should I do?

Exception: System.DllNotFoundException: Unable to load shared library 'libproc' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: dlopen(liblibproc, 0x0001): tried: 'liblibproc' (no such file), '/usr/local/lib/liblibproc' (no such file), '/usr/lib/liblibproc' (no such file), '/Users/zhaoguangliang/Desktop/unity3D/My project (4)/Library/Il2cppBuildCache/WebGL/liblibproc' (no such file)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source