Xcode 7 - Code coverage data generation failed
When I run my tests I get an error: Code coverage data generation failed. Unable to retrieve the profile data files from 'UIDevice'. On console was printed warning: Timed out waiting 120 seconds for simulator to boot, current state is 1. What is the reason? If you are integrating your project with a 3rd party dynamic framework, you may need to add a path in your build settings. Look for ->Build Settings->"Runpath search paths" and make sure it includes the path to the framework. I was just seeing this exact issue myself after setting up my a project to use a framework my team has been working