Sreeram
Sreeram

Reputation: 3258

xcode 3.2.6 and iOS 4.3 SDK installation problem on Mac OSX Lion

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?

Upvotes: 0

Views: 3653

Answers (1)

holodnyalex
holodnyalex

Reputation: 791

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.

Upvotes: 3

Related Questions