Building on macOS 10.13 with Xcode 9 fails with: ``` libtool -dynamic -flat_namespace -install_name libcodegen.4.1.2.dylib -lSystem -compatibility_version 4.1 \ -macosx_version_min 10.6 -current_version 4.1.2 -o libcodegen.4.1.2.dylib -undefined suppress \ AudioBufferInput.o AudioStreamInput.o Base64.o Codegen.o Fingerprint.o MatrixUtility.o SubbandAnalysis.o Whitening.o -framework Accelerate ld: file not found: fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: internal link edit command failed make: *** [libcodegen] Error 1 ``` when running `make -C src install`
Building on macOS 10.13 with Xcode 9 fails with:
when running
make -C src install