Has any one seen this issue? My dotnet runtimes are as follows: Microsoft.AspNetCore.App 6.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.14 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.3 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.14 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.3 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
This is the exact error: /Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets(5,5): Error: Your project file doesn't list 'win-iphone' as a "RuntimeIdentifier". You should add 'win-iphone' to the "RuntimeIdentifiers" property in your project file and then re-run NuGet restore. (ProjectName.iOS)
Interesting thing is, it was not happening until VS for mac was updated. I'm going to try running the code on an older mac. The current mac is an Arm machine, if that helps. I did some looking, but everyone's experience is different with this error.