Post

Replies

Boosts

Views

Activity

Reply to Build Vision Pro failed
We have previous compiled for visionOS 2.0 no problem but now using Xcode 26 (beta 2) we're getting errors in Package.swift. Updating swift-tools-version to 6.0 and the platform to .visionOS(.v2) didn't do anything an in fact the compiler suggests .v2 doesn't exist as an option. The real issue turned out to be an outdated Light component in one of our models in our Reality Composer Pro assets bundle that I only found by deleting half our models in the bundle, attempting to compile, and repeating ad nauseam.
Jul ’25
Reply to RealityView in Xcode 15.0 beta 8 gives error - 'init(make:update:attachments:)' is unavailable in visionOS
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)
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’23
Reply to Build Vision Pro failed
We have previous compiled for visionOS 2.0 no problem but now using Xcode 26 (beta 2) we're getting errors in Package.swift. Updating swift-tools-version to 6.0 and the platform to .visionOS(.v2) didn't do anything an in fact the compiler suggests .v2 doesn't exist as an option. The real issue turned out to be an outdated Light component in one of our models in our Reality Composer Pro assets bundle that I only found by deleting half our models in the bundle, attempting to compile, and repeating ad nauseam.
Replies
Boosts
Views
Activity
Jul ’25
Reply to physx cache crash using generated static collision with many entities
We are also experiencing this even with a small number of dynamic models interacting with the scene mesh and are unable to find a stable fix.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Presentations are not currently supported in Volumetric contexts
It's strange and inconsistent that requesting permissions can display alerts from volumetric contexts just fine but displaying a purchase screen (or rating prompt) isn't possible without a window. I hope this is improved upon in the future so we don't have to break immersion with windows!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to [Needs Urgent Help!] Command SwiftCompile failed with a nonzero exit code
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.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to RealityView in Xcode 15.0 beta 8 gives error - 'init(make:update:attachments:)' is unavailable in visionOS
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)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to VisionOS developers - what's your background?
No XR background, just iOS :)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23