I found there were a few older 3rd party libraries that were causing the issue and they do not have newer versions.
Moving xamarin.ios to new SKD style issues
Phunction
261
Reputation points
I am trying to move my xamarin.ios project to the new SDK style as MS is no longer supporting the previous methods.
I am following the steps at
https://learn.microsoft.com/en-us/dotnet/maui/migration/?view=net-maui-8.0
But I get multiple errors:
Error CS0012 The type 'UIScrollView' is defined in an assembly that is not referenced. You must add a reference to assembly 'Xamarin.iOS, Version=0.0.0.0,
and the errors are highlighted on random things that have nothing to do with it, like this will have the red underline with the error: Dictionary<nint, string>()