Not copying VST files

Since I updated to latest JUCE 4.2 where I got the latest ProJucer and changed so that I have a local JUCE checkout as a subrepo everything builds fine (xcode says OK) but it won’t copy out any VST/AU-files.
Xcode gives error like this:

Copying to VST folder…
/Users/davidgunnarsson/code/DrumR/Builds/MacOSX/build/Debug/DrumR2Debug.vst
/Users/davidgunnarsson/Library/Audio/Plug-Ins/VST/DrumR2Debug.vst
cp: /Users/davidgunnarsson/code/DrumR/Builds/MacOSX/build/Debug/DrumR2Debug.vst: No such file or directory
sed: /Users/davidgunnarsson/Library/Audio/Plug-Ins/VST/DrumR2Debug.vst/Contents/PkgInfo: No such file or directory
sed: /Users/davidgunnarsson/Library/Audio/Plug-Ins/VST/DrumR2Debug.vst/Contents/Info-VST.plist: No such file or directory
Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

/Users/davidgunnarsson/code/DrumR/Builds/MacOSX/build/Debug/DrumR2Debug.vst is a symlink pointing to /Users/davidgunnarsson/Library/Audio/Plug-Ins/VST/DrumR2Debug.vst which does not exist.