Build and run on simulator is suddenly very slow since Xcode 16.3. The build is normal, but the run part launches the simulator and sits and waits 5, 10, 15, sometimes 20 seconds before anything happens. During that time, the screen is blank on the simulator and the console output is blank in Xcode.
What's going on here?
Is there a fix or work-around?
EDIT: If I turn off the debugger, so it just runs without attaching it, the launch happens instantly.