When I try to run test cases in XCTest, I noticed that Xcode will always support the application first. Since my application launches a lot of things during initialization (for example: checking for new versions), I don't want it to start when I debug a test case.
Is there a way to run XCTest without activating the application?
source share