MacOS xcode

xcodebuild:

     打算用 command line 方式編譯, 結果找不到 xcodebuild

     要安裝卻又說已經裝好了

     % xcode-select --install 

          xcode-select: error: command line tools are already installed, 

          use "Software Update" to install updates


解決方法: 

   要看實際想要用哪一套 xcode

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


    如果執行程式出現:

       xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

    表示程式是要用 GUI 的那個


    % brew install --cask Xcodes

    % sudo xcode-select -s /Applications/Xcode.app/Contents/Developer


    第一次 跑可能會出現 :


% xcodebuild -runFirstLaunch

---

ld: framework not found XcodeKit




留言

熱門文章