I had my project in swift 2.3, after updating the Xcode to latest version(8.3.2) it shows following error in my project.
“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
even if i convert it will show lots of syntax errors. What can i do on this?
I don't wan't to convert my code to swift 3. But i want to work as it was?