When I try to run test cases in XCTest, I noticed that XCode will always active the app first. Since my app runs a lot of stuff during initialization (ex: checking new versions), I don't want it to run when I am debugging the test case.
Is there a way to run XCTest without activating the app?