Hasauyn
Hasauyn

Reputation: 21

can I download iOS SDK 4.3 without Xcode?

I am new to Apple Development Platform. I have installed Xcode 3.2 with MAC OS SDK on my Apple Computer running Snow Leopard. I need to know whether can I download and install just iOS SDK 4.3 or I have to download full Xcode 3.2 including MAC OS SDK and iOS SDK?

Upvotes: 2

Views: 4059

Answers (3)

Ramon Speets
Ramon Speets

Reputation: 31

  1. Download the xcode_3.2.6_and_ios_sdk_4.3.dmg from Apple's iOS Developer's site.
  2. Run the installer.
  3. When presented with options to install, select JUST the SDK. Uncheck everything else.

For Delphi Firemonkey users:

  1. After install is complete, you will be able to run the FireMonkey installer again (assuming you have already installed FPC).
  2. When you run XCode, it will ask you to download the frameworks again. Do so.

XCode will now be able to compile and run your Delphi FireMonkey iOS projects.

Upvotes: 3

Mick MacCallum
Mick MacCallum

Reputation: 130183

I believe the latest edition of Xcode that will run on snow leopard is 4.2, which will still be available for download in your developer portal. You are far better off with Xcode 4 then you are with 3.anything, they have made significant improvements to the entire IDE. Now getting back on topic, no Apple will not let you download new iOS SDKs for 3.2 without downloading the version of Xcode that is bundled with them.

Upvotes: 2

hp iOS Coder
hp iOS Coder

Reputation: 3234

Why you want to download just SDK. Go for new version Xcode (4.3.2). It will take care of all your needs.

Upvotes: 0

Related Questions