'What are the correct version numbers for Swift - Obj-c to use Xcode? [closed]

Hello i have now Xcode 8 and i know it for use Swift 3.0 ? But i dont know old versions which ones to coding for Swift - Obj-c versions ? Who knows which Swift- Obj-c versions for which xcode ?

I have old project building with obj-c in 2012' but , whichxcodeversion i need to compleir it ? with zerowarning` ?

Where can i see date to obj-c and swift versions with working true xcode versions ?

My client wants edit project little changes but when i open it in Xcode 8 gives me many many errors. (My projects not have Any error warning in Xcode 6)

And so change to only titlecolor built Xcode6 project , i need to fix 100 more warnings in Xcode 8 ? It is not silly ?



Solution 1:[1]

I'm not sure what you mean with Swift - obj-c. You can still build apps with Objective-C in the Xcode 8 version and you can also open old Objective-C code with Xcode 8. The only thing that happens, is that Xcode will ask you to what new device the storyboard needs to change.

If you want to work with Swift 2.2 for some reason and you don't want to change that code to Swift 3.0, you can download the old Xcode 7.3.1 from the Apple site here and work with your code that is still in Swift 2.2.

I would not recommend to continue to work with Swift 1.2.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 halfer