Ch 4: Debugging Preview not working in Xcode 12.5 + Challenge solution doesn't work

Anyone else having this problem? Selecting Debugging Preview in the canvas will not stop at a particular breakpoint. No problems however when running it on a simulator.

Also, the test for double tapping to clear the memory display (Challenge) fails on the Mac. The conditional swipe works though on non-macCatalyst targets.

Probably bugs…

Xcode 12.5, macOS 11.4

Debugging preview usually works, but I’ve seen that before. My experience has been closing and opening Xcode often fixes it.

I would call the other issue a bug as the double tap doesn’t seem to translate in the UI test. Hopefully next week we get some fixed both these.