needle generate malfunctioning
This error goes away when RootComponent implements TestDependency but I'm not sure if that's the right approach either? I'm having trouble myself for dependencies to propagate to a deeper node from any other Component than the RootComponent
this problem only surfaced once I migrated a project to Xcode 15.3, this was working properly with Xcode 13.
this problem only surfaced once I migrated a project to Xcode 15.3, this was working properly with Xcode 13.
Did you try to make the declaration of the testString in Testcomponent public?
I had issues with that. I fit understand why pubic fixed it but Uber example code did it as well