Reputation: 29905
I currently have Xcode 5 and Xamarin Studio 5 installed; the latest stable version releases of both. I would like to install Xcode 6 Beta to try out Swift, but I don't know if it'll mess up Xamarin, which I need to keep functioning.
Can Xamarin Studio 5 and Xcode 6 Beta be installed side-by-side on the same machine?
Upvotes: 0
Views: 621
Reputation: 2674
You can install Xcode 6 beta side by side with Xcode 5. You can use xcode-select
to switch between the different versions of command line tools so that it doesn't break your Xamarin stuff.
Upvotes: 2