Is anyone else experiencing the Xcode 13.3 debugger just hanging when hitting a breakpoint? My setup is a Swift app -> Kotlin (1.5.31) Framework using the
embedAndSignAppleFrameworkForXcode
task. I’m trying to break on a line in a Swift file. It’s always a little slow to initialize the debugger when hitting a breakpoint in a Swift file. In the newest Xcode it just spins forever. Loading up a copy of Xcode 13.1 still works.
I’ll give that a try. The first thing I tried was comment out everything in my .lldbinit files but that didn’t help.
Sam
03/17/2022, 3:29 AM
That looks to have fixed the issue for me. Thanks Russell.
r
russhwolf
03/17/2022, 3:35 AM
awesome! Plugins need to include a UUID for each new Xcode version so whenever there’s a new release we need to update. That’s usually a good place to look if you’re trying a new Xcode and having issues.