Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swift 1.2 Frameworks in XCode 7 / Swift 2.0

Tags:

xcode

ios

swift

Is it possible to build an application in XCode 7 that's written in swift 1.2 or uses frameworks written in swift 1.2?

like image 709
matteok Avatar asked Jul 17 '15 15:07

matteok


1 Answers

I think you can't use swift 1.2 anymore with XCode7(/iOS9)

I suggest you to use the Migrator integrated in XCode 7.

You will find it in "Edit -> Convert -> To Latest Swift Syntax"

like image 188
Jems Avatar answered Oct 13 '22 00:10

Jems