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]];
-
—
morph_studios
-
—
carolineigancio.dev@gmail.com
Add a CommentI am experiencing the same errors running Unity 2020.3 + Xcode 13
Exact same issue with me