Which version of xcode install on lion - xcode

Which version of xcode install on lion ? i use 4.0.2 but doesn't install and says should install snow leopard 10.6.6

You need XCode 4.1 for Lion.
Message when running XCode 4.2:
Xcode 4.2 requires Mac OS X 10.6 Snow Leopard
Install the Xcode Tools version that supports Mac OS X 10.7 Lion.
If you have 4.2 on Lion run this:
sudo /Developer/Library/uninstall-devtools –mode=all

How about the latest? Xcode 4.1

If you aren't using the beta version (registered developers only) you have to get the version of XCode from the Mac App Store which is 4.1. That is the only version that will work with Lion.

I think you need to install directly from the App Store, not from the install disc.

Related

Can I install Xcode 6 on Mavericks?

Is possible install Xcode 6 on a Mac running OS X Mavericks or do I need upgrade to Yosemite? With Xcode 5, it was necessary to upgrade from Mountain Lion to Mavericks.
You can install Xcode 6.2 on Maverick provided the OS X version is 10.9.5 at least.
The downloads for older Xcode versions can be found here: https://stackoverflow.com/a/10335943
This page shows the system requirements for each version of Xcode and which SDK version is compatible. The latest version of Xcode that will work on Mavericks is 6.2
https://en.wikipedia.org/wiki/Xcode
Yes, Xcode 6 is supported on Mavericks, providing you are running Mavericks 10.9.4 or later.
Xcode 6 requires a Mac running OS X version 10.9.4 or later or 10.10.
Source: https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_6_0.html

What is the latest xcode for Mac Pro 10.6.7 Snow Leopard?

all,
I noticed the latest xcode is 4.6, but somehow it won't install on my old Mac Pro 10.6.7 Snow Leopard. I am wondering how can I get it work? Do I need to upgrade my Mac OS? Or what is the latest xcode version I can run on my Mac Pro?
Thanks
The latest you can run on 10.6 is Xcode 4.2. If you update to 10.7 or 10.8 you can run Xcode 4.6.
If you are going to leave your OS on 10.6.7 Snow leopard then the latest Xcode you can run is 4.2
Either upgrade your Mac OS for XCode4.6
or
Use XCode 3.2, this will work like a charm.

What is the latest version of xcode I can use on 10.6.8?

What is the latest version of xcode I can use on 10.6.8? Is there any way to download it? I currently have the first version of xcode 4 (i.e. not even 4.2)
Can i upgrade?
It's xcode 4.2, you can download it in the dev center but you won't be able to use any newer version than that on snow leopard.
Xcode 4.2 Snow Leopard
4.2 for snow leopard seems to not be available any longer. 3.2.6 is
http://adcdownload.apple.com/Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg
You can learn more from this:
What is the compatible IOS and XCODE for MAC 10.6.8?

Xcode version on Mac OSx Lion 10.7.2

I installed mac osx lion using vmware on my windows 7 machine. When I'm trying to install xcode 4.3 or 4.3.1 it is asking me upgrade os to 10.7.3 . Is there no xcode version for 10.7.2?
As far I remember, XCode 4.2 does run on 10.7.2.

Installing xcode 4.1 for Lion after OSX Lion update?

I just finished downloading the osx lion update on my snow leopard install.
Xcode 4.1 won't run now because it wants the Lion version to be running instead. However wen I go to the app store to install Xcode 4.1 lion it tells me it's already installed.
How can I uninstall Xcode 4.1 snow leopard so I can install lion?
The app store doesn't detect that you have Xcode installed, it detects that you have the Xcode installer installed. That must still be around somewhere.
Uninstall XCode 4: How to fully remove Xcode 4
After the uninstall, you go to the App Store and re-download/re-install XCode 4.1.
You should uninstall Xcode first,
in a terminal window,
sudo /Developer/Library/uninstall-devtools --mode=all

Resources