Xcode – Cannot find type 'AWSS3TransferManagerUploadRequest' in scope
I am new in Swift. Since I update podfile I am facing issue in AWSS3 Cannot find type 'AWSS3TransferManagerUploadRequest' in scope Cannot find type 'AWSS3TransferManagerDownloadRequest' in scope There is also import AWSS3 in ViewController. I am not understanding the problem.…