Added unit testing target to Xcode – failed to import bridging header won’t go away
If you use CocoaPods as package manager, must set search path etc. Give a simple way, Try adding this in your Podfile: target ‘YourProductTests’ do inherit! :search_paths # Pods for testing end and pod install It works for me. If the above solution does not work for you, try setting manually: Click your Test target … Read more