- Home /
Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class'
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]];
Your answer

Follow this Question
Related Questions
LineRenderer not instantiating on iOS or Xcode, Works fine in editor and Unity Remote 0 Answers
Strange behavior while running in Xcode: error only when "Development Build" is unchecked 0 Answers
Unity3d for iOS, a lot of linker errors after upgrading to Unity 4.5.5 1 Answer
Invalid PBX project Unity 5 0 Answers
Why is an empty iOS project building to 233mb in size? 1 Answer