I found a good hint inside the issues of CocoaPods on GitHub, try this:
- Close your project (better close Xcode completely)
- Open the Terminal inside your project and execute
pod install - Open your project again. If there are still errors clean your project ( Shift + cmd + K ), after this the errors should be gone.