Ich habe eine neue iOS Single Page App (einschließlich SwiftUI) mit Xcode 11.1 erstellt und Mac Catalyst aktiviert. Nachdem ich das neue Projekt auf meinem Mac ausgeführt habe (MacOS 10.15 natürlich), erhalte ich die folgenden Fehler, nachdem ich einmal auf das Fenster getippt habe.
2019-10-18 12:59:48.479186+0200 test[3130:122148] Metal API Validation Enabled
2019-10-18 12:59:50.960734+0200 test[3130:122148] [AXRuntimeCommon] Unknown client: test
2019-10-18 12:59:50.962261+0200 test[3130:122148] [AXRuntimeCommon] This class 'SwiftUI.AccessibilityNode' is not a known serializable element and returning it as an accessibility element may lead to crashes
2019-10-18 12:59:51.313 test[3130:122148] **************_____________**************AXError: AVPlayerView is not a kind of NSView
1 AccessibilityBundles 0x00007fff42ee3b69 _AXBValidationCheckIsKindOfClass + 201
2019-10-18 12:59:51.386 test[3130:122148] **************_____________**************AXError: MKStarRatingView is not a kind of NSView
1 AccessibilityBundles 0x00007fff42ee3b69 _AXBValidationCheckIsKindOfClass + 201
Hinweis: Ich habe auch die Sandbox-Funktion entfernt, da sonst eine Fehlermeldung angezeigt wird, dass das Schreiben nicht möglich ist ApplicationAccessibilityEnabled
Weiß jemand, wie man das löst?