How can I get a list of all versions of XCode installed on MAC?
How do I know which version of xcode is being used?( ie. how do I make one version the default
xcode everytime I start up xcode)
TIA
Steve562
I'm assuming you're new to Mac - if you're not and I'm telling you stuff you already know, apologies. If you right-click on an Xcode project file and select 'Open in' ('open with'? can't remember) then you'll see everything that can open that file, which should contain any Xcode versions on there (maybe not really old ones) along with other text editors and suchlike. To set a default version, right click an Xcode project and click 'get info'. From there you can select the program that will open this particular project, and there's a button to set this as the default for every file of the same type - i.e. all of your Xcode projects.