I have a new proyect and I want to implement UITests, but I have the following problem when I initialize the controller...
My viewController identifier is MainView, my storyboard target membership marked... This sounds simple but I don´t find any solution...
Thank you very much
OK...I think the problem is that the tutorial you mention (http://www.raywenderlich.com/101306/unit-testing-tutorial-mocking-objects) is meant for standard iOS unit tests, not for iOS UI tests. I am guessing that the two types of tests are set up very differently and items that work in one will not work in another...To follow this tutorial (watch out for the fact that it looks to use slightly older Swift syntax), look for the folder in your app called ApplicationNameTests, not ApplicationNameUITests and write your tests there.