VisionOS 1.1 Beta Fails to deploy

Hello! We’re testing our application on VisionOS 1.1 Beta to test and received issues on deployment and will get a crash on launch, we understand it’s a beta os release but we’re hoping we could at least bring attention to see if it’s something on Polyspatial or our side.

Here’s the log

fopen failed for data file: errno = 2 (No such file or directory)
Errors found! Invalidating cache…
Class for component AccessibilityComponent already registered
Class for component ImageBasedLightComponent already registered
Component Shadow already registered
Component Shadow already registered
CrashReporter: initialized

10:42

Scene became active: <UIWindowScene: 0x103406120; role: UISceneSessionRoleImmersiveSpaceApplication; persistentIdentifier: com.fuzzydoortech.scoutvisionpro:SFBSystemService-98E4887A-68A6-4C92-A579-C1A5FDD69903; activationState: UISceneActivationStateForegroundActive>
Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don’t want.
Try this:
(1) look at each constraint and try to figure out which you don’t expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you’re seeing NSAutoresizingMaskLayoutConstraints that you don’t understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
“<NSAutoresizingMaskLayoutConstraint:0x300c08910 h=-&- v=-&- UITextField:0x105322e00.minX == 0 (active, names: ‘|’:TtGC7SwiftUI16PlatformViewHostGVS_P10$1b65a90d032PlatformViewRepresentableAdaptorV11ScoutVision17KeyboardTextField_:0x1279da970 )>”,
“<NSAutoresizingMaskLayoutConstraint:0x300c08730 h=-&- v=-&- H:[UITextField:0x105322e00]-(0)-| (active, names: ‘|’:TtGC7SwiftUI16PlatformViewHostGVS_P10$1b65a90d032PlatformViewRepresentableAdaptorV11ScoutVision17KeyboardTextField_:0x1279da970 )>”,
“<NSAutoresizingMaskLayoutConstraint:0x300c085f0 h=–& v=–& TtGC7SwiftUI16PlatformViewHostGVS_P10$1b65a90d032PlatformViewRepresentableAdaptorV11ScoutVision17KeyboardTextField_:0x1279da970.width == 37 (active)>”,
“<NSLayoutConstraint:0x300a48550 UITextField:0x105322e00.width == 120 (active)>”
)Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x300a48550 UITextField:0x105322e00.width == 120 (active)>Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
nw_socket_initialize_socket [C1:2] setsockopt SO_NECP_CLIENTUUID failed [22: Invalid argument]
nw_socket_initialize_socket setsockopt SO_NECP_CLIENTUUID failed [22: Invalid argument]
nw_socket_copy_info [C1:2] getsockopt TCP_INFO failed [102: Operation not supported on socket]
nw_socket_copy_info getsockopt TCP_INFO failed [102: Operation not supported on socket]
Window added: uuid EB057F8B-1622-417B-9EC6-22F55C3A0F51 as Unbounded
Matching windows and volumes – 0 orphan volumes, 1 free windows, 1 total windows
… requesting dismiss of unused window: uuid EB057F8B-1622-417B-9EC6-22F55C3A0F51 Unbounded
Scene didEnterBackground: <UIWindowScene: 0x103406120; role: UISceneSessionRoleImmersiveSpaceApplication; persistentIdentifier: com.fuzzydoortech.scoutvisionpro:SFBSystemService-98E4887A-68A6-4C92-A579-C1A5FDD69903; activationState: UISceneActivationStateBackground>
Window will enter background: uuid EB057F8B-1622-417B-9EC6-22F55C3A0F51
Scene disconnected: <UIWindowScene: 0x103406120; role: UISceneSessionRoleImmersiveSpaceApplication; persistentIdentifier: com.fuzzydoortech.scoutvisionpro:SFBSystemService-98E4887A-68A6-4C92-A579-C1A5FDD69903; activationState: UISceneActivationStateUnattached>
Window removed: uuid EB057F8B-1622-417B-9EC6-22F55C3A0F51
AVAudioSession_iOS.mm:2223 Server returned an error from destroySession:. Error Domain=NSCocoaErrorDomain Code=4099 “The connection to service with pid 39 named com.apple.audio.AudioSession was invalidated from this process.” UserInfo={NSDebugDescription=The connection to service with pid 39 named com.apple.audio.AudioSession was invalidated from this process.}
Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)

1 Like