0
votes

I recently brought a new Mac mini running Max OSX 10.7(Lion)

I downloaded the iOS SDK 4.3 and Xcode 3.2.6.dmg from here

The download is successful and i was able to install it without any problem. But after INSTALLING I CANNOT FIND XCODE IN /DEVELOPER/APPLICATIONS folder.

In /DEVELOPER/APPLICATIONS folder i only find

performance tools and utilities folders. Can anybody help me in properly installing xcode on Lion?

1
Is there some reason why you are not using Xcode 4.2 ? - Paul R
after some googling i found that xcode 4 is little buggy and also i saw xcode 4.2 is a paid developer version in developer.apple.com. - Sreeram
you could use 4.1 there is nothing wrong with it and I have a feeling its free now. - geminiCoder
Why are you yelling at us? You are the one using old version which is not ready for Lion. 4.2 is still in private developer beta, but 4.1 which you can download for free from AppStore is perfectly fine :) Also, this is not really a programming question, so it would be a better fit for Super User or even Apple Q&A sites. - Filip Radelic
Thanks gemiCoder and ficheck for the response.I am thinking of shifting to Xcode 4.1.But the problem is i even cannot uninstall the sdk using the standard command - Sreeram

1 Answers

3
votes

mount xcode326.dmg, open terminal, type following 2 commands:

export COMMAND_LINE_INSTALL=1
open "/Volumes/Xcode and iOS SDK/Xcode and iOS SDK.mpkg"

xcode should install successfully.