Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 Beta 8 : Value of type 'WorldTrackingProvider' has no member 'queryPose'
Hi, my code: let pose = worldTrackingProvider.queryPose(atTimestamp: CACurrentMediaTime()) else { return } gives me the same error as you: Value of type 'WorldTrackingProvider' has no member 'queryPose' However, changing it to: let pose = worldTrackingProvider.queryDeviceAnchor(atTimestamp: CACurrentMediaTime()) else { return } give me this error which doesn't seem to be a fix either: Value of type 'WorldTrackingProvider' has no member 'queryPose'
Sep ’23