user1173142
user1173142

Reputation: 553

can we install xcode_3.2.5_and_ios_sdk_4.2_final on Lion

Hello I have Lion in my mac airbook, I want to install xcode_3.2.5 on that, I installed it but it is unable to install.

Upvotes: 1

Views: 380

Answers (3)

Vikram Singh
Vikram Singh

Reputation: 1816

Mount xcode325.dmg. Open terminal and type following commands:

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

It should install successfully then.

Upvotes: 2

Hiren
Hiren

Reputation: 12780

check it your xcode installation is for what version lion snow leopard.
As per knowledge in lion OS you have to direct install xcode from Apple APP STORE.

Upvotes: 0

user23743
user23743

Reputation:

You have to install it from Snow Leopard, but it will then run on Lion. So, for example, boot from an external Snow Leopard disc and run the installer from there.

Upvotes: 0

Related Questions