I'm having DllNotFoundException when trying to trigger a grpc call on macOS universal builds:
Error: Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Error starting gRPC call. DllNotFoundException: Unable to load DLL 'Cysharp.Net.Http.YetAnotherHttpHandler.Native'. Tried the load the following dynamic libraries: Unable to load dynamic library 'Cysharp.Net.Http.YetAnotherHttpHandler.Native'
In seperate builds for silicon and intel, both are working fine. At this point, I noticed there are two prebuilt libraries (one for intel, one for silicon) as shown:
But there's no library included to be used for universal builds marked as "CPU=Any CPU"
I'm having DllNotFoundException when trying to trigger a grpc call on macOS universal builds:
Error: Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Error starting gRPC call. DllNotFoundException: Unable to load DLL 'Cysharp.Net.Http.YetAnotherHttpHandler.Native'. Tried the load the following dynamic libraries: Unable to load dynamic library 'Cysharp.Net.Http.YetAnotherHttpHandler.Native'
In seperate builds for silicon and intel, both are working fine. At this point, I noticed there are two prebuilt libraries (one for intel, one for silicon) as shown:
But there's no library included to be used for universal builds marked as "CPU=Any CPU"
How to solve this?