Lee
Lee

Reputation: 101

iOS 5 not in Xcode?

I purchased Xcode when it was still $5 in the mac app store (and before iOS 5 came out). When iOS 5 came out, I updated it, and the update details stated that it had support for the iOS 5 SDK. However, when I go into my Build Settings, iOS 4.3.3 is the latest SDK version listed. How can I get the iOS 5 SDK? If it helps or matters, I'm developing on a late 2006 Macbook Pro.

Upvotes: 1

Views: 183

Answers (3)

bryanjclark
bryanjclark

Reputation: 6434

According to Apple's Developer website:

iOS 5 beta and iOS 5 SDK are available to iOS Developer Program members.

Looks like you'll have to pay to join the developer program for $99.

Upvotes: 0

shawnwall
shawnwall

Reputation: 4607

One of the stupid things about getting XCode in the mac apps store is it downloads an installer and puts it in your applications directory. Check in there, you may need to run it manually.

Upvotes: 1

CodaFi
CodaFi

Reputation: 43330

If the iOS simulator didn't download, hit Cmd+, to open preferences and go to the 'downloads' tab.

Also available are debugging tools for older iOS SDK's and some documentation.

Upvotes: 1

Related Questions