1

I'm using XCode 7 right now, but since I've got the Apple TV Dev Kit I'm just wondering if I can install and use XCode 7.1 too without removing 7. Thanks!

Frank Eno
  • 2,581
  • 2
  • 31
  • 54
  • You can find youranswer here. http://stackoverflow.com/questions/669367/can-i-have-multiple-xcode-versions-installed – IgorMD Sep 24 '15 at 10:06

1 Answers1

2

Yes you can. You'll have an application called Xcode.app and another called Xcode-beta.app.

The only issue is if you use the command line tools. You'll need to use xcode-select to switch between them.

JeremyP
  • 84,577
  • 15
  • 123
  • 161