Xcode 26 + iOS 26 debugging is extremely slow

Since upgrading my iPhone 13 Pro Max to iOS 26, apps have become nearly impossible to debug. The recent update to iOS 26.1 has made this even worse.

Going from app start to a fully rendered & responding screen takes <1 second on a Debug build when no debugger is attached, but with the debugger attached I get these times (measured manually with a stopwatch):

  • First render:
    • <1 second without debugger
    • 5 seconds on USB debugger
    • 30 seconds on wireless debugger
  • Data loaded from webserver and UI responding:
    • <1 second without debugger
    • 19 seconds on USB debugger
    • 5 minutes on wireless debugger!

Doing an online speed test reports 55 Mbps for the phone and 60 Mbps on the MacBook, so I doubt it's my WiFi.

Having a debugger attached used to make minimal difference on iOS 18, but the performance has tanked completely since the last major release. What happened?

I'm seeing this too and not sure what to do about it. You're not alone. Anyone else having this issue?

OP, are you noticing a similar slowdown with ChatGPT in 26.1? It's almost unusable for me with how slow it is and I'm on an M2 Pro MBP.

I have similar experience and don’t know how to fix this 😕

I’m experiencing the ChatGPT issues as well. Code updates via Coding Intelligence that were taking 20 to 30 seconds before 26.1 are now taking 20 to 30 minutes. It has become 100% completely unusable.

Xcode 26 &#43; iOS 26 debugging is extremely slow
 
 
Q