15

I want to start developing in Swift. I already own an apple developer account, yet am struggling to download Xcode (n) beta.

How can I do this?

Thank you in advance.

arled
  • 252

7 Answers7

16

If you are an Apple Developer for iOS or Mac OS X, which is $99 a year, go to the Xcode page and scroll down to Xcode 6.

If you are already signed into the Apple developer portal, you can download the Xcode disk image.

Graham Miln
  • 43,776
Zoyt
  • 442
14
  1. Go to https://developer.apple.com/devcenter/ios/index.action
  2. If you are still not Update Program License Agreement, don't forget to do it: enter image description here

  3. In the top left, select iOS 8 Beta

  4. Scroll down and search for Xcode 6 beta
skywinder
  • 1,681
8

If you are in the paid developer program you can download the beta from: https://developer.apple.com/devcenter/ios/index.action

If you have a free developer account, you cannot download the beta.

roosto
  • 540
  • The free developer account restriction has been lifted. See http://apple.stackexchange.com/a/132843/5472 – bmike Jul 11 '14 at 19:52
6
  1. Go to https://developer.apple.com/devcenter/ios/index.action
  2. Log in
  3. Look right above the Resources for iOS 7 header you'll see the iOS 8 beta pill. Or just search for the text iOS 8 beta on the page.
  4. Click on iOS 8 beta pill
  5. Heed the Read Me Before Downloading warning
  6. Click on Download Xcode
  7. Profit
Rob
  • 7,178
mo3am
  • 61
5

This has changed. The better place to download Xcode 6 Beta (as of Beta 3), is the Apple Swift resources page.

grg
  • 201,078
4

Xcode 6 beta is available to anyone that signs up for a free developer account at https://developer.apple.com/programs/which-program/ and scroll to the bottom of the page.

Paid developers get distribution and code signing certificates, but you can start with Swift and the beta Xcode 6 for free. More details are on the developer news and the Apple swift blog:

The last link with resources has books, guides, sample code and links to the latest Xcode betas as well as WWDC videos covering the language and using it with Cocoa and other Apple API.

bmike
  • 235,889
  • I think the links have changed however the information is correct. I am downloading Xcode 6 beta 3 as we speak and I have the free dev account. Try this link https://developer.apple.com/swift/resources/ – styfle Jul 19 '14 at 06:30
  • @styfle thanks. Feel free to edit things like that on the answer going forward :) – bmike Jul 19 '14 at 23:03
0

I just downloaded it from here: https://developer.apple.com/xcode/downloads/

Duane S.
  • 21
  • 2