I am trying to add Alamofire to a new Xcode project using Swift. I feel like I've tried everything.
Every time I try to add
import alamofire
I get "No such module."
I tried to install it, as indicated at https://github.com/Alamofire/Alamofire.First I tried to do it manually, then Carthage and Cocoapods, but with the same result.
I tried to delete the DerivedData folder and restore the project without any luck.
This is a completely clean installation, but it just does not recognize the framework. I tried the suggestions in the first 10 Google search engines and here in Stackoverflow ( Failed to install Alamofire in the new Xcode project. “There is no such Alamofire module” ) Here are some screenshots from my last guide:


ios xcode swift alamofire
Fedtekansler
source share