Xcode 7.1.1 freezes when starting tests

The app frees when starting the tests or when moving to the next test after terminating the previos test by calling teardown()


#import "AppDelegate.h"


int main(int argc, char *argv[])

{

@autoreleasepool

{

/ retVal = UIApplicationMain(argc, argv, @"IdleTimeCheck",nil);

/ UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));

return UIApplicationMain(argc, argv, @"IdleTimeCheck",NSStringFromClass(AppDelegate class]));

}

}

If you believe that there's a bug in Xcode/XCTest, please file a bug report (using the Report Bugs link at the bottom of this page). Thanks!

Xcode 7.1.1 freezes when starting tests
 
 
Q