private let boardAnchor: AnchorEntity = AnchorEntity( *Argument passed to call that takes no arguments plane: .horizontal, *Cannot infer contextual base in reference to member 'horizontal' classification: [.floor, .table], *2Reference to member 'floor' cannot be resolved without a contextual type minimumBounds: SIMD2(0.1, 0.1) )
how can this be fixed in the demo code of the chess game example capture chess swift presented at WWW2022 session AR experience
any help highly apprishiated
-
—
soundmagic2009
Add a CommentSorry guys found a note on google I think I figured the problem here. I need to have the device connected otherwise Xcode shows errors even if I don't build anything. This is not clearly explained in the docs. hope it helps