This has fixed it for me:
- Open up the workspace.
- Click on the blue project icon (that expands into your file tree) on the left hand side of the screen
- Just to the right, select “Targets” (as opposed to “Project”–Project is blue, Target is like a pencil and a ruler and a paintbrush making a triangle)
- Click on the General tab
- Go to the “Linked Frameworks and Libraries” section (all the way at the bottom)
- Delete the Pods frameworks
- Add Alamofire and SwiftyJSON
In my case, it didn’t work unless I removed the pods frameworks, but I get the feeling that this is a workaround. Perhaps someone with more experience can comment.