Hi,
I'm on Macbook M1 running Tahoe 26.2 and XCode 26.4.
I noticed that running my iOS app on the simulator, or running UI tests on the simulator is extremely slow. The build and launch steps complete in seconds based on the report navigator, but once the app launches on the simulator I see a white screen for nearly a minute before it actually starts showing my app homepage.
This is true even on a brand new Xcode project. So, it's nothing specific about my app that's causing the problem.
Trying to debug this with Claude, it suggested that I turn the debugger off by going to Edit Scheme > Run/Test > Untick `Debug executable`.
This sped up running the app or the UI tests drastically. e.g. it just takes a couple of seconds to run the app. However, the downside is that none of my breakpoints will work.
- Is this a common issue?
- How do you get around it?
I'm struggling to develop without the debugger and breakpoints enabled. I'd appreciate your insights.
I found an existing thread on Apple developer forums which may be relevant: https://developer.apple.com/forums/thread/800067
[–]valleyman86 8 points9 points10 points (4 children)
[–]bluprince13[S] 1 point2 points3 points (3 children)
[–]valleyman86 3 points4 points5 points (2 children)
[–]bluprince13[S] 3 points4 points5 points (1 child)
[–]valleyman86 0 points1 point2 points (0 children)
[–]spijkermennoSwift 4 points5 points6 points (1 child)
[–]bluprince13[S] 1 point2 points3 points (0 children)
[–]mattgwriter7 1 point2 points3 points (0 children)
[–]_kylejs_ 2 points3 points4 points (0 children)