I was having issues with my Bridge.h imports finding their intended targets after a cocoapods install and run.
I had:
#import
For me cleaning the build folder worked. In Xcode, hold alt Product -> Clean Build Folder..
alt
Let me know if it works for you!