Hi,
I'm running the Spatial Rendering App sample on a Macbook Pro running 26.4 Beta and the Vision Pro running visionOS 26.3.1. Handoff and SharePlay are on, both devices are on the same Apple ID and network, and SharePlay screen sharing works fine between the two devices.
However, when calling openImmersiveSpace, the device picker fails to present and no devices are found.
Errors from console:
((processConfiguration != nil && configuration != nil) ||
(processConfiguration == nil && configuration == nil)) -
.../ExtensionKit/Source/HostViewController/Internal/EXHostSessionDriver.m:80: `processConfiguration` and `configuration` must be both non-nil or both nil
Unable to obtain a task name port right for pid 638: (os/kern) failure (0x5)
Unable to present an ImmersiveSpace for Scene id 'Compositor Services'
Is this a known bug or I'm I missing something? Thanks!
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello,
I recently got the entitlement for the Enterprise API this week. Although adding the license and the entitlement to the project, I couldn't get any frame from the cameraFrameUpdates. Here are the logs of the authorization and the cameraFrameUpdates
[cameraAccess: allowed]
CameraFrameUpdates(stream: Swift.AsyncStream<ARKit.CameraFrame>(context: Swift.AsyncStream<ARKit.CameraFrame>._Context))
Could anyone point out what I'm doing wrong in the process?