Hi,
I have this annoying issue for one week. (Mac M1, Xcode 14.3)
Moreover, sometime, there are compilation issues but the app succeed to run (and crash) as if "continue building after errors" is checked (which is not)
I did not show differences on simulator or real device
My code work on a testflight build
However, I suspect a compilation error not shown which break source kit.
-> I tested my projet on my old intel Mac and it founds compilation issue : one missing self in a completion block and a missing import.
After fixing these compilation issues, the intel Mac show live issues.
I thought this fix my issue on my M1 but it's still there...
did you found something @Eugene Lutz ?