Issue testing and using Cocoapods in a Swift project
If you take a look at your main target Build Settings, you will see that there are a bunch of directories listed for the “Header Search Paths” settings. You either need to copy those values under the test target, or you can try and modify your Podfile to include both your main and test targets … Read more