Xcode – Why does importing my app into a Swift unit test class file request to import dependencies?
As you can see I am getting the following message after importing the app into the test file. What I have done to solve: I have made sure that I do not have any dependencies on my test target. My…