You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have issue for placenote with new Xcode xcode 13, look like it has error AR library on Xcode 13 :
[nativeSession->_classToCallbackMap setObject:anchorCallbacks forKey:[ARPlaneAnchor class]];
}
error : Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class'
The text was updated successfully, but these errors were encountered:
we have issue for placenote with new Xcode xcode 13, look like it has error AR library on Xcode 13 :
[nativeSession->_classToCallbackMap setObject:anchorCallbacks forKey:[ARPlaneAnchor class]];
}
error : Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class'
The text was updated successfully, but these errors were encountered: