I am developing Xamarin.Forms App on Visual Studio 2019. There are two warnings related to realm package for both Android and iOS projects. They are:
The referenced component ‘C:\Users\User.nuget\packages\realm\10.3.0\build…\native\ios\universal\realm-wrappers.xcframework’ could not be found.
The referenced component ‘C:\Users\User.nuget\packages\realm\10.3.0\build…\native…\runtimes\osx-x64\native\librealm-wrappers.dylib’ could not be found.
I able to build and run the app despite these warnings. Still I want to know the cause of the warnings and how to resolve them.