Xcode is not currently available from the Software Update server

后端 未结 15 2434
[愿得一人]
[愿得一人] 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:53

    This error can occur if you are using a software update server which doesn't host the required package.

    You can check this by running

    defaults read /Library/Preferences/com.apple.SoftwareUpdate
    

    and seeing if you have an entry called CatalogURL or AppleCatalogURL

    You can point back at the Apple software update server by either removing this entry or using the command

    sudo softwareupdate --clear-catalog
    

    And then run the command line tools install again.

提交回复
热议问题