Post

Replies

Boosts

Views

Activity

Comment on Error loading ReferenceImage
struct ImmersiveView: View { @StateObject var arKitVM = ARKitViewModel() var body: some View { RealityView { content in } .task { await arKitVM.runSession() } .task { await arKitVM.processUpdates() } } } The ARKitViewModel is initialized when entering the immersive space. I receive the error message during runSession(). In this method, I run the ARKitSession with the data provider.
Feb ’24
Comment on Error loading ReferenceImage
struct ImmersiveView: View { @StateObject var arKitVM = ARKitViewModel() var body: some View { RealityView { content in } .task { await arKitVM.runSession() } .task { await arKitVM.processUpdates() } } } The ARKitViewModel is initialized when entering the immersive space. I receive the error message during runSession(). In this method, I run the ARKitSession with the data provider.
Replies
Boosts
Views
Activity
Feb ’24
Comment on Error loading ReferenceImage
It seems that my answer was deleted or not accepted. I checked it and it is not initialized before entering the immersive space. I also tried some recommendations from Stackoverflow but nothing helped.
Replies
Boosts
Views
Activity
Feb ’24
Comment on Error loading ReferenceImage
Thanks, it seems to work. I receive anchor updates with the needed information.
Replies
Boosts
Views
Activity
Feb ’24
Comment on Unsupported SDK or Xcode version (XCode 15.4 running on MacOS 15)
Did it fix the problem?
Replies
Boosts
Views
Activity
Jun ’24
Comment on SubscriptionStoreView showing 'The subscription is unavailable in the current storefront.' in production (StoreKit2)
same problem currently
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24