3

Is there a way to run Xcode 7 and Xcode 8 at the same time? I have 2 different projects. Both need to be worked on different versions as of now.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
gautamlakum
  • 11,815
  • 23
  • 67
  • 90
  • I am already try but Xcode 8 open that Xcode 7 doesn't open(crash) – Bhadresh Kathiriya Sep 29 '16 at 09:40
  • If you have to Xcode apps in you mac you can. Check open with option at xcodeproject – Himanth Sep 29 '16 at 09:41
  • This thread might help [Installing two versions of Xcode on a Mac](https://forums.developer.apple.com/thread/19218) (from the Apple Developer forum). Running them in parallel though, could probably cause any number of problems – spassas Sep 29 '16 at 09:42

2 Answers2

3

What you could do is to:

  1. Downloaded Xcode 7 from Apple Developer site
  2. Open the downloaded .dmg for Xcode 7 and drag the Xcode.app to your desktop
  3. Rename this Xcode.app to Xcode-7.app
  4. Now you should be able to run Xcode 7 and Xcode 8 (downloaded from App Store or Apple developer site)
Rashwan L
  • 38,237
  • 7
  • 103
  • 107
2

And to run Applications on iOS10 Devices from XCode 7.x your should do:

Copy that folder:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0

To your existing 7.3.1 Installation Folder

/Applications/Xcode-7.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
derdida
  • 14,784
  • 16
  • 90
  • 139