Posts

Post not yet marked as solved
4 Replies
Also experiencing this. I isolating the issue to some recent Firebase pod changes. In my case moving from 10.17.0 to 10.24.0 but haven't figured out anything further.
Post marked as solved
6 Replies
As far as I can tell this big change went undocumented but the way attachments work completely changed: Old: RealityView { content, attachments in content.add(Entity()) } attachments: { Text("Hello") .tag("h1") } New: RealityView { content, attachments in content.add(Entity()) } attachments: { Attachment(id: "h1") { Text("Hello") } } Definitely an improvement but I hope it get’s added to the change log soon! Or at least get’s a helpful warning in the next Xcode! (edited)
Post not yet marked as solved
3 Replies
No XR background, just iOS :)