I downloaded an outdated fast application using git and ran pod update . After git add -A I open the workspace using xcode 8 beta, then Product -> Clean and build. I get 40 fast Alamofire compiler errors. I did not run convert o swift 2.3 or swift 3.
Podfile.lock has version 3.4.1 for Alamofire.
in the subfile, I installed the version in ios 10.0, and in Alamofire info I also installed the infoDictionary version in 10.0, but that didn’t matter.
These are mostly syntax errors, for example, NSURL needs to rename URLs, etc.
I can not find answers to this problem with Google.
source share