Justin Schwartz

Results 11 comments of Justin Schwartz

Interesting that makes sense. Thanks for looking into it!

How do I view the logs @SolaWing? ![Screenshot 2024-09-05 at 2 36 55 PM](https://github.com/user-attachments/assets/f03864d8-b3fc-4e7d-96b6-d0515a252b18)

![Screenshot 2024-09-05 at 2 49 31 PM](https://github.com/user-attachments/assets/f61fc3f8-602c-4743-83fe-277c7f2d70d8)

![Screenshot 2024-09-05 at 2 51 01 PM](https://github.com/user-attachments/assets/abab5208-aeb6-485f-970b-f651e04e7393)

@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...