In iOS Unit Testing – Part 4 – Code Coverage, I discussed how you can evaluate how well your unit tests are exercising your app’s code by using code coverage techniques. With the advent of iOS 7 and Xcode 5, there is an additional step that needs to be done in order to have all that work. An updated version of the final project may be found on GitHub – see the Version8 directory.