Xcode 13.2.1 crashes trying to fetch debugging symbols

Xcode 13.2.1 on my M1 Mac mini (macOS Monterey 12.0.1) crashes immediately while loading a project. The last thing that is displayed in the top status bar is “Fetching debug symbols for MyName’s iPad“. Then POOF! It's gone.

Things I tried:

  • Rebooting macOS & devices -- Still crashes
  • Connecting another device -- Crashes with iPhone too.
  • Upgrading Xcode -- 13.3 beta 2 crashes too. Same message.
  • Unpairing/re-pairing all devices -- Still crashes

If I shut down the devices, Xcode works as before & crashes as soon I open them as it tries to pair them wirelessly and fetch their debug symbols.

Obviously, I can't work at all with this bug. Anyone has a fix or an idea for where to look?

Thanks

Found the solution. This is the same bug as dyld_shared_cache_extract_dylibs failed and the solution was given by user fallout1998. I applied the solution and now everything works.

Xcode 13.2.1 crashes trying to fetch debugging symbols
 
 
Q