THe plone installer complains that libz is missing on OSX Yosemite. brew can't find it, even after doing a "tap homebrew/dups".
Asked
Active
Viewed 105 times
1 Answers
0
Try resetting your XCode command-line development environment:
sudo xcode-select -r
If that doesn't do it, reinstall XCode's command-line tools:
sudo xcode-select --install
Problems finding headers and libraries are common in upgraded XCode environments, but this should fix it.

SteveM
- 6,058
- 1
- 16
- 20