Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can we not submit apps written in Swift before iOS 8 is released? [closed]

Tags:

Swift can be used for writing applications that run on iOS 7 and prior or Mac OS X 10.9 and prior. Why do we have to wait with submitting applications to App Store until fall when iOS 8 and Mac OS X 10.10 is released?

Learning Swift today and using it in 4-5 months is inefficient. Also writing new code in Objective-C instead of Swift is counterproductive when Swift will be probably the future of Apple platforms.

like image 738
Tomáš Linhart Avatar asked Jun 03 '14 02:06

Tomáš Linhart


1 Answers

Probably due to the fact that you need Xcode 6, which is still in beta and won't be ready before iOS 8 / Yosemite ships.

like image 155
Cezar Avatar answered Oct 19 '22 03:10

Cezar