I'm writing a framework using Swift3 in Xcode 8 (File > New > Project > Cocoa Touch Framework). I've edited the test scheme to gather coverage data but when I view the coverage tab in the report navigator all coverage bars are empty! When I check the 'Show Test Bundles' option I see the tests but they are not in the framework!
Has anyone else had this issue and is there a fix?
Show Test Bundles
. I thought it was all zero! – GabrielOshiro