Support for two versions of Xcode in parallel on Mac

Is it possible to simultaneously support two versions of Xcode (e.g. Xcode 3.2 and Xcode 4) on the same Mac?

+5
source share
1 answer

Yes - this works fine - usually when you install Xcode 4, if you already have an older version of Xcode installed, it moves to /Developer-old, and the new Xcode 4 installation goes to /Developer. Many people, like me, do this so that they can install Xcode 3.x and Xcode 4.x at the same time.

+7
source

All Articles