I am developing my first iOS
app and I am trying to integrate Cleanse into my project.
I dragged Cleanse.xcodeproj
and dropped into an workspace in Xcode.
I also added Cleanse.framework
as a target dependency and embedded it.
However, I get the following error :
Build Target Cleanse
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.
PS : I am using Apple Swift version 3.0 (swiftlang-800.0.46.2 clang-800.0.38)