I was having issues with my Bridge.h imports finding their intended targets after a cocoapods install and run.
I had:
#import
I had to close xcode and delete derived data. Just delete this folder
rm -rf ~/Library/Developer/Xcode/DerivedData/
None of these approaches worked for me
gem uninstall cocoapods
gem install cocoapods
pod install
cmd+k