perte
perte

Reputation: 271

Xcode 6 playground — I can't create a OS X playground file

I've updated to Xcode 6, the latest one appeared on the AppStore. I am running OS X Yosemite Beta 3 and apparently, I can open up only the iOS playground and the OS X one is missing from the list.

I attached a screenshot. Hm, any ideas?

Screenshot of the problem

Upvotes: 1

Views: 1562

Answers (2)

brianLikeApple
brianLikeApple

Reputation: 4371

You can download Xcode 6.1 which has the swift for Mac OS X.

Also check this link: https://developer.apple.com/swift/blog/

Swift for OS X
Today is the GM date for Swift on iOS. We have one more GM date to go for Mac. Swift for OS X currently requires the SDK for OS X Yosemite, and when Yosemite ships later this fall, Swift will also be GM on the Mac. In the meantime, you can keep developing your Mac apps with Swift by downloading the beta of Xcode 6.1.

Upvotes: 4

ares777
ares777

Reputation: 3628

As you can see, if you start an empty project and chose OS X, you don't have swift as language. So only ObjectiveC as language for Cocoa-based apps. Maybe in Yosemite final this feature will be implemented. I think we should wait GM date for Swift & Yosemite to go for Mac.

Upvotes: 0

Related Questions