Can Xcode 6 and Xcode 5 coexist on the same computer?
- Rename the origin
Xcode
toXcode6
. - Download Xcode5.dmg drag
Xcode
intoDesktop
folder. - Use
sudo xcode-select -s /Applications/Xcode.app
to switch between them.
Can Xcode 6 and Xcode 5 coexist on the same computer?
Xcode
to Xcode6
.Xcode
into Desktop
folder.sudo xcode-select -s /Applications/Xcode.app
to switch between them.