I ran into this issue after updating XCode to 6.4 today.
Taking a look at the Search Frameworks showed that they were empty after the XCode update.
So change the Framework Search Paths in Project -> Build Settings -> Framework Search Paths and Add $(SRCROOT) (recursive)
That fixed it for me.