Here's my set up:
One Xcode 8 Workspace project Swift Framework with lots of UI code (UIViewControllers, etc.) Objective C Example App
For both projects, the Code Coverage setting is checked in the Test scheme.
I would like to run automated UI tests using the Example App to exercise code in the Framework project. This works. However, I don't get any code coverage for the referenced framework.
There's quite a lot of UI code, so it would be very useful to get these code coverage numbers.
I'm using Xcode 8.2.1 (but I've also tried in Xcode 8.3 beta 1).
Any tips appreciated.