Hello, newbie here I am getting these errors while trying to build an Unity ARKit project from Xcode:
error: Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class'
Following is the code where the error points to:
code: [nativeSession->_classToCallbackMap setObject:anchorCallbacks forKey:[ARPlaneAnchor class]];