I'm currently trying to add grpc to my Xamarin.Mac app. I'm able to add the nuget packages but while compiling i'm getting the following errors
Undefined symbols for architecture x86_64:
"_gprsharp_convert_clock_type", referenced from:
-u command line option
"_gprsharp_free", referenced from:
-u command line option
"_gprsharp_inf_future", referenced from:
-u command line option
...
...