When I open a project developed by swift2.3 in Xcode 8.x (8.1.8.2.1.8.3.3), it shows a lot of errors from third-party files. I did below actions
I install pod and then update the module, but after that it displays about 500 errors in a third-party structure like alamofire.
I tried to configure it in Xcode 7.3, but still not getting error-free code, and it shows an error in a related third-party structure.
I tried without updating any module, but did not show related files in the project and showed so many errors
When I open a project in Xcode 8.x, it requests a conversion. I did convert as he suggests and get a lot of errors.

Please suggest me.
thank
source
share