Install xcode 4.4 and xcode 4.5 side by side?

Is it possible? I can not find any resources on the Internet about this. I saw streams saying that it is installed side by side .. but I'm not sure if this works

+5
source share
4 answers

Yes, you can. Xcode 4.5 DP Preview is a standalone application that does not replace the actual Xcode (4.4).

I just installed it yesterday and they work well together!

Of course you need to open Xcode 4.5 if you want to test the application using iOS 6 Simulator, otherwise with Xcode 4.4

+8
source

Yes of course. I use Xcode 4.5 DP because the iOS Xcode 4.4 simulator has problems with twitter

+2
source

Xcode . .

, , . , - .

  • 4.5 -, 4.4 (5.1 Simulator), (6.0). iOS Simulator , .
  • Be careful, you are not using API / methods / literals that are not available in 4.4. I think most things are safe, but you need to know something if you are testing applications in both environments.

For the most part, everything works great when you work side by side. This is not advertised much, but it is probably because most beta files are under the NDA and are not discussed much. I see no harm in the discussion side by side installation. Good luck.

0
source

All Articles