-1

I made an iOS app using swift in Xcode 7.1 beta 1 (SDK 9.1). What range of iOS versions are supported by this configuration? Does it support iOS 4 and later?

David Karlsson
  • 9,396
  • 9
  • 58
  • 103

2 Answers2

0

Swift is only supported by Mavericks and iOS 7 (and later) (author is an Apple engineer working on Swift). Here you can find detailed information about runtime and compatibility.

Nerkyator
  • 3,976
  • 1
  • 25
  • 31
0

Swift code can be deployed to OS X 10.9 and iOS 7.0. It will crash at launch on older OS versions. for better please have a look of this post - stackoverflow

Community
  • 1
  • 1
Anupam Mishra
  • 3,408
  • 5
  • 35
  • 63