I am from Objective-C
background but I am using some libraries which are written in Swift
.As long as I use xcode 7.3 I am not facing any issues. But after upgrading to Xcode 8 I am prompted to convert to Swift 3.0. I chose later, but
I get the following error:
“Use Legacy 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"
I followed this link but no use.
I am getting some error as:
'inout' before a parameter name is not allowed, place it before the parameter type instead' for ObjectMapper frame work.