使用brew 安装 uPic,报如下错误

    1. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

    可能跟升级了系统有关 今天升级macOS Monterey

    解决方法,重装xcode command line:

    1. xcode-select --install

    如果没有解决问题,执行以下命令

    1. sudo xcode-select -switch /

    参考: