When I try to compile the repo https://github.com/Bernie-2016/fieldthebern-ios I run into a swift conversion issue. "This workspace has projects that contain source code with an earlier version of swift."
"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."
When I try "edit -> convert -> To current swift syntax" Opens up selecting targets to convert, many of which are frameworks. Proceeding with the conversion yields >3,000 errors in the console.
I think the solution is to grab the latest libraries via cocoapods and then complete the conversion with the main project code but am not getting any luck.