Hi,
I am getting this following error while building the AR application using code.
I am not sure of the problem going ?
Any help would be greatly appreciated.
Regards,
Nithin
Error : /Users/nithinkashyaps/Desktop/Unity Projects/ARKit project/Builds/Buid
v3/Libraries/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARSessionNative.mm:753:74: Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class'
Line where I am getting error :
[nativeSession->_classToCallbackMap setObject:anchorCallbacks forKey:[ARPlaneAnchor class]];
↧