相关文章推荐

The beta versions of Xcode don't update (automatically or otherwise), and require you to download the full Xcode image for that version.


I believe it's done that way intentionally, so that it is possible for developers to have multiple versions installed at once.


For example, it would be possible to have the current official release (Xcode 6.4) installed for submitting to the App Store, a beta for the current major version (a hypothetical Xcode 6.5 beta) for testing, a beta for the next major version (Xcode 7 beta 5) for testing and Swift 2 development, and another revision of the beta for the next major version (Xcode 7 beta 4) if for example there was a bug in beta 5 that was breaking your code for a particular project.



The command line tools are included in all of the Xcode IDE releases, and don't need to be downloaded separately (they are provided as a separate download for people who need the command line tools and framework/linker stubs but not the full Xcode IDE).


You can select which versions of the tools will be used from the command line by setting it in the "Locations" tab of the preferences of any of the versions of Xcode you have installed.


I think they are automatically changed as part of the updates done when running a particular version of Xcode for the first time, but it's probably best to check in the preferences if you need to make sure a particular version is being used from the command line.

LCS thank you for you answer...

I try to find some "official explanation" because I was at OS X 10.10.4 with Xcode 7 beta 4. I check if there are some new updates for OS X and there was 10.10.5. I run the update/reboot of Mac and the OS X was at 10.10.5.

Then I start Xcode and see some windows that state "wait for update to finish" (cant remember exactly). After that I am with Xcode 7 beta 5 (no manual install). And I am 100% that I was at Xcode 7 beta 4 before because the only update that I done was OS X from 10.10.4 to .5.

Check the release notes of your OS update, sometimes they come as bundled with Xcode beta updates.

E.g. Ventura 13 Beta 4 came bundled with Xcode 14 beta 4

This site contains user submitted content, comments and opinions and is for informational purposes only. Apple disclaims any and all liability for the acts, omissions and conduct of any third parties in connection with or related to your use of the site. All postings and use of the content on this site are subject to the Apple Developer Forums Participation Agreement and Apple provided code is subject to the Apple Sample Code License .
  • Forums
  • Terms of Use Privacy Policy License Agreements
     
    推荐文章