Fix Missing Headers Compiling on macOS Mojave
- Comments:
- 26
- Tags:
- Xcode
- Walkthrough
- PHP
- MacOS
While trying to compile PHP extensions after installing macOS Mojave, I was butting up against a ton of missing header file errors including php.h and zlib.
After several hours of beating my head against my desk and Googling/Stack Overflowing I found the solution.
Ends up you just need to force re…
Read More / Comment »