How do you update Xcode on OSX to the latest version?

后端 未结 12 1511
清歌不尽
清歌不尽 2020-11-30 19:38

What is the easiest way to update Xcode on OSX?

I see this in the terminal:

$ brew install xxxxxxx
Warning: Your Xcode (4.3.3) is outdated
Please ins         


        
相关标签:
12条回答
  • 2020-11-30 20:17
    1. Open up App Store

      enter image description here

    2. Look in the top right for the updates section (may also be in lefthand column "Updates"..)

      enter image description here

    3. Find Xcode & click Update enter image description here

    0 讨论(0)
  • 2020-11-30 20:19

    I ran into this bugger too.

    I was running an older version of Xcode (not compatible with ios 9.2) so I needed to update.

    I spent hours on this and was constantly getting spinning wheel of death in the app store. Nothing worked. I tried CLI softwareupdate, updating OSX, everything.

    I ultimately had to download AppZapper, then nuked XCode.

    I went into the app store to download and it still didn't work. Then I rebooted.

    And from here I could finally upgrade to a fresh version of xcode.

    WARNING: AppZapper can delete all your data around Xcode as well, so be prepared to start from scratch on your profiles, keys, etc. Also per the other notes here, of course be ready for a 3-5 hour long downloading expedition...

    0 讨论(0)
  • 2020-11-30 20:21

    In my case (Xcode 6.1, iOS 8.2) I did not see the update in AppStore. I found Xcode 6.2 for download and pressed "Install". Then, it installed and asked for the update (more than 2 Gb). Xcode 6.2 works correctly with iOS 8.2 and iOS 8.1.2

    Hopefully this tip will help somebody else...

    0 讨论(0)
  • 2020-11-30 20:22

    Sometime I don't see the Xcode update in Updates tab in AppStore
    So I search Xcode in AppStore

    Then click update and it update

    0 讨论(0)
  • 2020-11-30 20:26

    xcode-select --install worked for me

    0 讨论(0)
  • 2020-11-30 20:28

    If you want the latest Beta, it will not be in the AppStore. Instead you have to login to https://developer.apple.com and download from there.

    0 讨论(0)
提交回复
热议问题