I get the following compiler warning on my iOS project with Runtime 100.13 and VS 2022. Any thoughts?
Warning The referenced component 'C:\Users\..\.nuget\packages\esri.arcgisruntime.runtimes.ios\100.13.0\buildTransitive\Xamarin.iOS10\..\..\framework\ios-arm64\native\ArcGIS-arm64.framework' could not be found.
Are you just getting a warning and the app still runs? Is there anything else in the output window indicating a problem?
I just hit this similar issue myself, which appears to be a very recent regression in Visual Studio: https://github.com/xamarin/xamarin-macios/issues/13804
At this point, mostly seems annoying. I haven't noticed anything that is not functioning correct
Thanks for the info