I currently have and use Xcode 5, and while I'd like to experiment with Xcode 6, I don't want to use it for production. Can I have both of them installed on the same computer without them conflicting with each other? I couldn't find anything on this on the download page for Xcode 6.
相关问题
- Xcode debugger displays incorrect values for varia
- Image loads in simulator but not device?
- importing files from other directories in xcode
- XCode Server: Opening import file for module '
- create tableview inside tableviewcell using swift
相关文章
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- Popover segue to static cell UITableView causes co
- “Storyboard.storyboard” could not be opened
- didBeginContact:(SKPhysicsContact *)contact not in
-
The file “
.app” couldn’t be opened becaus - How do I set compatible devices to only ARKit comp
yes you can have two separate version on same mac
Xcode 6 on the Mac App Store will replace the existing Xcode installation. Only the Xcode betas install separately (by default)
Only downloading Xcode from https://developer.apple.com/downloads/ and doing the install manually (by copying Xcode from the DMG to /Applications) will prompt you to replace or keep both.
Select the keep both option when prompt.
I have them installed side by side right now and I have not encountered any problems with this arrangement. While I obviously haven't had Xcode 6 for very long, I have done the same thing with several previous Xcode beta releases as well and I have no reason to believe this release would be different.
EDIT: You can use
xcode-select
to switch between the different versions of the command line tools. From the man page:As an extension to @Ray Richards answer ;) - You can install Xcode 5.1.1 from the following link https://developer.apple.com/downloads/index.action?name=Xcode#
This should allow you to run 5.1.1 and 6 on Yosemite.
The answer is YES
Where to download Xcode 6 beta
The requirement for Xcode 6 is OS X Mavericks 10.9.3
It will install into /Applications folder with the name Xcode6-Beta, so it won't hurt your current Xcode
They can both coexist without any problems. You can set version that command line tools use with:
Xcode 6 works on 10.9 too.
I'm running OS X 10.9.3 and have XCode 5.1.1 installed. Today I installed the XCode 6 beta and it went without problems. Now I have a
XCode
and aXcode6-Beta
app.