I keep getting the following error message from trying to use imagemagick:
julia> Pkg.build("ImageMagick")
INFO: Building Homebrew
Already up-to-date.
INFO: Building FFTW
INFO: Building SpecialFunctions
INFO: Building ImageMagick
Error: Your Xcode (1) is too outdated.
Please update to Xcode 9.2 (or delete it).
Xcode can be updated from the App Store.
Error: Your Command Line Tools are too outdated.
Update them from Software Update in the App Store.
=============================[ ERROR: ImageMagick ]=============================
LoadError: failed process: Process(`/Users/dan/.julia/v0.6/Homebrew/deps/usr/bin/brew install --ignore-dependencies xz`, ProcessExited(1)) [1]
while loading /Users/dan/.julia/v0.6/ImageMagick/deps/build.jl, in expression starting on line 122
================================================================================
================================[ BUILD ERRORS ]================================
WARNING: ImageMagick had build errors.
- packages with build errors remain installed in /Users/dan/.julia/v0.6
- build the package(s) and all dependencies with `Pkg.build("ImageMagick")`
- build a single package by running its `deps/build.jl` script
================================================================================
Anyone have any luck solving it before?
edit: i have the newest command line tools. deleting xcode 9.2 isn’t explained anywhere on the internet…