AdSense

網頁

2024/4/18

Visual Studio Code 無法執行debug 錯誤xcrun: error: invalid active developer path

VS Code執行debug時無法運行,出現xcrun: error: invalid active developer path錯誤。


問題環境:

  • macOS Sonoma 14.4.1
  • Visual Studio Code 1.88.1


問題

在升級macOS作業系統版本後,在VS Code執行debug時出現xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun (exit status 1)錯誤無法運行。


解決

在終端機執行xcode-select --install命令重新安裝Xcode Command Line Tools。

% xcode-select --install
xcode-select: note: install requested for command line developer tools

然後執行sudo xcode-select -s /Library/Developer/CommandLineTools/設定/Library/Developer/CommandLineTools/路徑為active developer path,需要輸入管理員使用者密碼。

% sudo xcode-select -s /Library/Developer/CommandLineTools/

執行完以上後便可以成功在VS Code執行debug。


沒有留言:

AdSense