I have enabled code coverage and everything else in my project. When I tested my app on a simulator, The test passed.
But when I went to check the report, it says that none of my classes and methods are executed? Everything in zero and all my classes and methods have been given he red colours.
Why can't I see any code coverage for my test?