Linker Error After Updating swift Version and pods
问题 I am installing Alamofire with pods and getting compile time error. There are a lot of questions regarding this but: Deleting the derived data & updating pods won't work for me. This is the error: Alamofire/Alamofire.framework/Alamofire compiled with newer version of Swift language (3.0) than previous files (2.0) for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 回答1: Update following things in your pod files: source 'https://github.com