I accidentally messed up my projects' settings while installing and then uninstalling cocoapods. I'm now getting the error "failed to import bridging header". I checked my build settings and the path to the file under build settings > code generation > objective-c bridging header is correct. I messed around with my Framework Search Paths (they are empty now) in build settings while trying to get cocoapods to work. Would really appreciate some help on fixing this bridging header issue.
Sounds like the empty Header Search Paths might be what's causing your problems.
Try to add $(inherited)
to the Header Search Paths list in Build Settings. It will make sure that the header search paths set in the pods xcconfig files are being used.