I have installed AWS for uploading documents from my iOS app. So, I have followed Swift-Amazon-S3-Uploading-Tutorial and it's installed successfully by pods, but, after imported the framework into my class, it's throwing as "No such module 'AWSS3'", even I removed derived data as few forums suggested, and I have done all possible ways like clean, build, but, nothing helped me.
I followed this tutorial
https://github.com/maximbilan/Swift-Amazon-S3-Uploading-Tutorial
Can anyone suggest to fix this?