no 'Use Legacy Swift Language Version' in Xcode8.3 (8E162)

Hi ,


I just update my xcode release yesterday, and I realize there is no Use Legacy Swift Language Version option in build phase setting.


One of my framework use library only builded in swift 3.0.1 or less.


So, I have to use swift 3.0.1or less. not swift 3.1


Well, how can I use swift 3.0.1 as same way as yesterday ?

Accepted Reply

If all else fails you can download old Xcodes from the downloads page.

Realistically though, the update from Swift 3 to Swift 3.1 is pretty simple, so I recommend that you just update the code and move on.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

If all else fails you can download old Xcodes from the downloads page.

Realistically though, the update from Swift 3 to Swift 3.1 is pretty simple, so I recommend that you just update the code and move on.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"