Josh Arnold
Josh Arnold
Hey @nalexn ! I have a similar issue! Given a custom container, how can we inspect the generic property `content`? In your example, you are using a concrete type `Int`....
Thanks a lot for the context! How is the `body` property of types like VStack resolved in this case? Is it following a similar pattern where you call `find` on...
Thinking about this more, I think this might be related to modules that `import UIKit`? (`SwiftUI` and `Foundation` work fine) — but I could be mistaken
Thanks so much! This is very helpful. I also had one more question, my project sets this flag in the `.bazelrc`: ``` build --symlink_prefix=some-folder ``` I noticed the bazel aquery...
Thanks so much, its working great now! Here are the things I needed todo: - Because we are using `--symlink_prefix=`, I needed to map `bazel-out/` to `/out/` - I needed...
Thanks for all the info! This is super helpful 🙏 One issue I'm running into is, if I build a module with my Xcode project generated by rules_xcodeproj — it...