swift – Why so many debug error using ARKit and RealityKit?
You can get rid of some messages if you use ARView instead of some UIView: func makeUIView(context: Context) -> ARView { … } func updateUIView(_ uiView: ARView, context: Context) { … } You should ignore the rest of the console messages, since Xcode 13.3 generates them even if you have a completely empty scene in … Read more