Since Xcode 7 and Swift 2.0, I get the error above, like in the screenshot shown here:
I resolved this problem with these steps:
ran 'pod deintegrate'
Makesure podfile like this: platform :ios, '8.0' use_frameworks!
ran 'pod install'