I'm using Alamofire in my project,after updating the xcode to latest version 8.0 I can't build my project.It shows lots of errors regarding alamofire:
My previous swift version was 2.2 and xcode version was 7.x
Alamofire will not be code signed because its settings don't specify a development team.
“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.
Then I followed following links: Xcode 8 Beta 3 Use Legacy Swift issue
but it'll generate 193 issues. What can I do about this?.