Keep Xcode 7

I want to install Xcode 8 and have that be the default thing in Applications, but due to a bug in ibtool with Xcode 8 one of my projects can't build with Xcode 8. If I simply rename Xcode.app to Xcode7.app and then let app store install Xcode 8, will I have any issues when I switch between the two?


Will I need to do anything with xcode-select or can I just run whichever I want at the time?

I'm running both and find I need to use...


sudo xcode-select -s /Applications/Xcode-7.3.1.app/Contents/Developer


...before I switch back to my older version.


I don't seem to need anything when I go back to the default Xcode.app (8).

Keep Xcode 7
 
 
Q