Cameron Cooke
Cameron Cooke
Thanks for your contribution, this has now been implemented, so I am closing this PR. Thanks again!
You can track https://github.com/cameroncooke/XcodeBuildMCP/pull/14 for updates on this. It's in progress but needs a bit more work
Implemented in v1.8
@Lanadya Thanks for the feedback. I'm not sure I fully understand what you're asking. Could you provide an example of the problem you're facing and what the expected behaviour is?
@claude please review this issue
Thanks for reporting! Will take a look.
Thanks for the update, I can also see in my testing everything is working perfect.
When do we think 0.10.0 might be released?
Yes I'm seeing AnyView too in fact some of my tests are failing as I'm now getting unexpected types. It's odd because I thought AnyView was poor for performance reasons...
My failing tests were already using find: ``` struct CustomButtonType: View { var body: some View { Button(....) .buttonStyle(CustomButtonStyle()) } } ``` Now failing: ```swift sut.inspect().find(CustomButtonType.self).button() // -> AnyView ```