Reputation: 13
I'm new to IOS it's my first project, I want to use Alamofire library in my project I followed all the steps to install the library using Cocoapods and everything should be working normally, but I'm getting this error "No such module 'Alamofire'" when I want to import the library module to my project this is the error I'm getting
any help would be appreciated thank you.
Upvotes: 1
Views: 84
Reputation: 100503
You have to open the project from workSpace (.xcworkspace
) not from xcodeproj
file after you successfully install the pods from terminal
Upvotes: 1