Xcode is not currently available from the Software Update server

后端 未结 15 2376
[愿得一人]
[愿得一人] 2020-11-28 02:01

I have problems with my macport after update to OS X 10.9.

I try to follow this manual https://trac.macports.org/wiki/Migration to fix them.

But when I inst

15条回答
  •  时光取名叫无心
    2020-11-28 02:37

    I faced same problem of Can't install the software because it is currently not available from the Software Update Server. You may try following steps instead to make the Software Update initiate update for the Command Line Tools.

    1. Check if Command Line Tools Update is mentioned in your list of softwares to be updated by using following command: softwareupdate -l
    2. If Command Line Tools Update is not mentioned in that list, then manually make it part of the list using following command which will create a temporary file: sudo touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
    3. Verify that the list now has the Command Line Tools mentioned by running softwareupdate -l again.
    4. Now, press Cmd+Space to initiate Mac's Spotlight Search. Search for Software Update. Start the Software Update.
    5. That will show you following kind of dialog for installing the Command Line Tools. Install away the update and be merry. :)
    6. Remove the temporary file created in Step 2: sudo rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress.

提交回复
热议问题