i'm having hard time resolving this new issue.
It appears only on the xamarin.ios project of the solution at compile time.
The xamarin.android project is compiling ok.
I did not reference system.memory but netstandard 2.0 projects.
That was compiling fine until recently.
Is it a known issue in xamarin.ios tooling ? any workaround ?
I've tried:
- googling
- add the system.memory nuget to the ios project
- delete bin/obj/.vs folders, clean/rebuild
I'm dry.