I am building a Xamarin.Forms application (.NETStandard 2.0) and one of my projects libraries used by Android, iOS, and UWP projects is using Flurl.Http.
- MySolution
| - My Android Project
| - My iOS Project
| - My UWP Project
| - Proj A lib
| - Proj B lib (this has added Flurl NuGet Dependency and it is used by all 3 head projects)
| - ...
Above, I added Flurl to Proj B library Dependencies/NuGet as required. After that, I am able to build my Android and UWP head projects just fine but my IOS project is failing to build with error:
MyApp.App.iOS/MTOUCH: Error MT2002: Failed to resolve
"Flurl.Http.FlurlRequest" reference from "Flurl.Http, Version=2.3.2.0,
Culture=neutral, PublicKeyToken=null" (MT2002)