I've installed Alamofire in my project several times and it still doesn't work. I tried with cocoa pods and manually, but same result, "import Alamofire" gives an error
No such module Alamofire
Please help ! :)
I've installed Alamofire in my project several times and it still doesn't work. I tried with cocoa pods and manually, but same result, "import Alamofire" gives an error
No such module Alamofire
Please help ! :)
You need to post the following for us to assist you further:
Podfile
pod --version
xcodebuild -version
The issue certainly lies somewhere in one of those outputs.
Until you post them, here are a few suggestions:
Preferences
=> Locations
=> Command Line Tools
.
I'll update my answer accordingly once you update your question.
Try do the following:
failing that you should check your build configuration.