Using Xcode 7
I am trying to install Alamofire in a sample project. Have used the instructions from Ray Wenderlich\'s page
Only change from above link is the
Have been facing the same problem, following trick resolved the issue
Go to Manage scheme -> Select pod library that is causing issue -> Build
Change back the scheme to project and then run the app, you are good to go
Note: If you don't see the pod library in the scheme, go to Manage scheme and select the pod library that you would like to build.