2

I've just downloaded XCode 6 GM. While in beta 7 I could create Cocoa apps using storyboards, the option is disabled in the GM. Did anyone face similar issues, and if so how did you fix it?

Thanks.

Alex

Alex
  • 2,040
  • 2
  • 19
  • 29

1 Answers1

3

Xcode 6.0 has SDKs for iOS 8.0 and OS X 10.9. Swift for OS X is part of the 10.10 SDK, which is not yet final.

To use Swift for OS X, you need to be on Xcode 6.1, which has the SDK for OS X 10.10 Yosemite. (You need to build with the 10.10 SDK to get Swift even if you're targeting 10.9.) Yosemite is still beta, and so is Xcode 6.1.

Storyboards for OS X are also a 10.10 feature.

rickster
  • 124,678
  • 26
  • 272
  • 326