Justin Schwartz
Justin Schwartz
Interesting that makes sense. Thanks for looking into it!
How do I view the logs @SolaWing? 


@SolaWing so after I run SOURCEKIT_LOGGING=3 code from terminal, what logs should I be looking at to debug this? Is this the source of the problem?: ![Screenshot 2024-09-06 at 2...
@SolaWing what does your Swift output look like, not SourceKit Language Server? Just want to compare
Also what do I do if I don't see Swift or SourceKit Language Server in output tab?
I had the app store version and tried the latest from github and it still doesn't work
Actually it's working on some views but on others that have @ObserveInjection var forceRedraw and .enableInjection() the app crashes. For example, I just tried to change the string in a...
@johnno1962 So the problem is a UIKit component in my SwiftUI project. I've had: `#if DEBUG extension UIViewController { @objc func injected() { viewDidLoad() } } #endif ` in my...