1

I'm trying to run script to clear cache:

sudo /usr/libexec/xpccachectl

But system cannot find it with following error:

sudo: /usr/libexec/xpccachectl: command not found

System: macOS 10.13.2.

Maybe anybody solved this issue?

Dmitriy Stupivtsev
  • 832
  • 1
  • 8
  • 17

1 Answers1

0

The commandline way to install required components is:

/Applications/Xcode.app/Contents/MacOS/Xcode -installComponents

venlentine
  • 17
  • 8