I am trying to install alamofire into my project so I can upload images to my server, however I cannot seem to find the alamofire.framework file. I have downloaded
I removed the Alamofire from pod file but I got the error again finally I figured out Alamofire exist in Target -> Build setting -> Other Linker Flags and remove from there and build successfully finally.