Hey all, on my project whenever I try to debug using breakpoints it crashes. It as in Xcode (not my app).
Anyone seen anything like this?
Crash report attached
Anyone seen anything like this?
Crash report attached
Code Block language let a = "foo let b = " bar" if a == "foo" { print("hit a breakpoint") }